mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
10 lines
165 B
ArmAsm
10 lines
165 B
ArmAsm
|
|
.export soft80_kscreen
|
|
|
|
.include "soft80.inc"
|
|
|
|
soft80_kscreen:
|
|
ldy #screenrows
|
|
ldx #charsperline
|
|
rts
|