mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +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
|
||
|
|