Added assembler code files that were left out of the code import
This commit is contained in:
parent
710b372a2d
commit
3552d70176
13 changed files with 3959 additions and 0 deletions
7
platform/c64/lib/save-driveunit.S
Normal file
7
platform/c64/lib/save-driveunit.S
Normal file
|
@ -0,0 +1,7 @@
|
|||
.import __curunit
|
||||
.constructor saveunit, 32
|
||||
.code
|
||||
saveunit:
|
||||
lda $ba
|
||||
sta __curunit
|
||||
rts
|
Loading…
Add table
Add a link
Reference in a new issue