mirror of
https://github.com/lefticus/6502-cpp.git
synced 2025-07-25 05:24:12 +00:00
Add some docs and test and cmake support
This commit is contained in:
7
examples/test.asm
Normal file
7
examples/test.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
main:
|
||||
.LFB0:
|
||||
.cfi_startproc
|
||||
movb $1, 53280
|
||||
xorl %eax, %eax
|
||||
ret
|
||||
|
Reference in New Issue
Block a user