mirror of
https://github.com/lefticus/6502-cpp.git
synced 2024-10-09 17:56:19 +00:00
8 lines
68 B
NASM
8 lines
68 B
NASM
main:
|
|
.LFB0:
|
|
.cfi_startproc
|
|
movb $1, 53280
|
|
xorl %eax, %eax
|
|
ret
|
|
|