mirror of
https://github.com/lefticus/6502-cpp.git
synced 2024-12-22 01:30:03 +00:00
8 lines
68 B
NASM
8 lines
68 B
NASM
|
main:
|
||
|
.LFB0:
|
||
|
.cfi_startproc
|
||
|
movb $1, 53280
|
||
|
xorl %eax, %eax
|
||
|
ret
|
||
|
|