mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
11 lines
169 B
ArmAsm
11 lines
169 B
ArmAsm
|
;
|
||
|
; Ullrich von Bassewitz, 2004-06-03
|
||
|
;
|
||
|
; Rom SETWND routine
|
||
|
;
|
||
|
|
||
|
.export SETWND
|
||
|
|
||
|
SETWND := $FB4B ; Set window to max width and start row in accumulator
|
||
|
|