mirror of
https://github.com/lefticus/6502-cpp.git
synced 2026-04-19 20:16:32 +00:00
Add some docs and test and cmake support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
main:
|
||||
.LFB0:
|
||||
.cfi_startproc
|
||||
movb $1, 53280
|
||||
xorl %eax, %eax
|
||||
ret
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
int main()
|
||||
{
|
||||
*((char *)0xd020) = 0x01; // set the border color to white on a c64
|
||||
}
|
||||
Reference in New Issue
Block a user