move paste-buf to save rom space

This commit is contained in:
~d6 2023-02-09 23:32:44 -05:00
parent ef647e4ab9
commit 40a16c19e0
1 changed files with 4 additions and 4 deletions

View File

@ -1106,10 +1106,6 @@
( store up to 8 arguments for control sequences )
@args $10 &pos $2
( paste buffer )
@paste-buf $1000
@paste-pos $2
( 256 chars x 2 tiles/char x 8 bytes/tile = 4096 bytes )
( second tile only uses top 50% )
@cp437
@ -1123,5 +1119,9 @@
01
( device mask ) 41 0d07
( paste buffer )
@paste-buf $1000
@paste-pos $2
( store tint+char for each screen position )
@cells