Added assembler code files that were left out of the code import

This commit is contained in:
adamdunkels 2006-06-18 07:45:36 +00:00
parent 710b372a2d
commit 3552d70176
13 changed files with 3959 additions and 0 deletions

View file

@ -0,0 +1,7 @@
.import __curunit
.constructor saveunit, 32
.code
saveunit:
lda $ba
sta __curunit
rts