kvisc/as/testfile.asm

14 lines
107 B
NASM
Raw Normal View History

2019-05-22 18:39:46 +02:00
# Test assembly file
# Wololo!
def y 4
label1:
call label2
stop
label2:
add rax, 1
ret