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
138 B
15 lines
138 B
24 years ago
|
bits 16
|
||
|
[ bits 16 ]
|
||
|
[bits
|
||
|
[bits 16
|
||
|
[eax]
|
||
|
[bits 16]
|
||
|
[bits 32]
|
||
|
[bits 64]
|
||
|
a equ 5
|
||
|
[bits a]
|
||
|
b equ 16
|
||
|
[bits b]
|
||
|
[bits 30+2]
|
||
|
[section .text]
|