Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
3
Task/Empty-program/6502-Assembly/empty-program-1.6502
Normal file
3
Task/Empty-program/6502-Assembly/empty-program-1.6502
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
org $0801 ;start assembling at this address
|
||||
db $0E,$08,$0A,$00,$9E,$20,$28,$32,$30,$36,$34,$29,$00,$00,$00 ;required init code
|
||||
rts ;return to basic
|
||||
Loading…
Add table
Add a link
Reference in a new issue