1
0
mirror of https://github.com/lefticus/6502-cpp.git synced 2024-06-01 10:41:34 +00:00
6502-cpp/examples/test.asm

8 lines
68 B
NASM
Raw Normal View History

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