mirror of
https://github.com/irmen/prog8.git
synced 2025-11-21 15:18:31 +00:00
make word arrays split by default (w.i.p.)
This commit is contained in:
@@ -189,7 +189,7 @@ c64 {
|
||||
&ubyte SP7X = $d00e
|
||||
&ubyte SP7Y = $d00f
|
||||
&ubyte[16] SPXY = $d000 ; the 8 sprite X and Y registers as an array.
|
||||
&uword[8] SPXYW = $d000 ; the 8 sprite X and Y registers as a combined xy word array.
|
||||
&uword[8] @nosplit SPXYW = $d000 ; the 8 sprite X and Y registers as a combined xy word array.
|
||||
|
||||
&ubyte MSIGX = $d010
|
||||
&ubyte SCROLY = $d011
|
||||
|
||||
Reference in New Issue
Block a user