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.
21 lines
124 B
21 lines
124 B
23 years ago
|
aaa
|
||
|
aam
|
||
|
mov ax,16
|
||
|
test al,al
|
||
|
|
||
|
blah
|
||
|
xor ax,ax
|
||
|
|
||
|
[SECTION .text]
|
||
|
|
||
|
daa
|
||
|
|
||
|
[SECTION .data]
|
||
|
|
||
|
db 5,6,7,8
|
||
|
|
||
|
[SECTION .text]
|
||
|
|
||
|
jmp blah
|
||
|
|