mirror of https://github.com/yasm/yasm.git
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.
15 lines
222 B
15 lines
222 B
24 years ago
|
[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]
|