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.
27 lines
190 B
27 lines
190 B
23 years ago
|
label
|
||
|
.label2
|
||
|
..@label3
|
||
|
..start
|
||
|
amaze
|
||
|
.0
|
||
|
.?
|
||
|
.~
|
||
|
.$
|
||
|
.#
|
||
|
._
|
||
|
.@
|
||
|
.a
|
||
|
;..
|
||
|
jmp ._
|
||
|
test0$#@~.?:
|
||
|
jmp amaze.~
|
||
|
.@@#~?_.$
|
||
|
ret
|
||
|
_
|
||
|
jmp test0$#@~.?.@@#~?_.$
|
||
|
?
|
||
|
ret;
|
||
|
jmp 5
|
||
|
jmp _
|
||
|
jmp ?
|