Yasm Assembler mainline development tree (ffmpeg 依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
222 B

[bits]
[bits 16]
[bits 32]
[bits 16:16]
[bits 16 16]
[section .data align=16]
[section .data blah=5]
[absolute 20]
[absolute 0x50 20:5]
[blah ask]
[section blah align=4]
[section blah align=16]
[common tst 4]
[common tre]