initial import, completely untested, does not compile yet

This commit is contained in:
mrdudz
2014-11-29 14:18:48 +01:00
parent fed3179d3b
commit faccc5a3d6
23 changed files with 1974 additions and 0 deletions

5
libsrc/pcengine/revers.s Normal file
View File

@@ -0,0 +1,5 @@
.export _revers
_revers:
lda #0
rts