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.

11 lines
169 B

[ORG 0x100]
[SECTION .blah]
[ORG a]
[ORG t=0x100]
a:
[SECTION .text ALIGN=a]
[SECTION .data ALIGN=16]
[SECTION .bss align=15]
[SECTION .bss align=]
[SECTION .bss align]