1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-06-11 02:29:54 +00:00
6502-cpp/examples/test.asm
2016-07-07 15:48:27 -06:00

8 lines
68 B
NASM

main:
.LFB0:
.cfi_startproc
movb $1, 53280
xorl %eax, %eax
ret