1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-21 06:28:57 +00:00
cc65/libsrc/c64/soft80_scrsize.s
2015-10-01 15:03:11 +02:00

10 lines
171 B
ArmAsm

.export soft80_screensize
.include "soft80.inc"
soft80_screensize:
ldy #screenrows
ldx #charsperline
rts