stuffy 6502
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
; putc.asm - cross-object demo, part 1.
|
||||
; Exports `putc`: write the byte in A to the terminal and return.
|
||||
; This object is relocatable; the linker places it at the load address.
|
||||
|
||||
.export putc
|
||||
|
||||
putc:
|
||||
sta $F001
|
||||
rts
|
||||
Reference in New Issue
Block a user