1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-10 23:29:05 +00:00
cc65/libsrc/pce/revers.s

14 lines
309 B
ArmAsm
Raw Normal View History

; FIXME: actual revers output is not supported yet
2015-07-12 12:27:24 +00:00
.export _revers
_revers:
2015-07-12 12:27:24 +00:00
lda #0
rts
;-------------------------------------------------------------------------------
; force the init constructor to be imported
.import initconio
conio_init = initconio