mirror of https://github.com/falsovsky/z80.git
Document better
This commit is contained in:
parent
8504fd3c0b
commit
c1aaaeaf52
|
@ -9,9 +9,10 @@ last_k EQU $5c08 ; Last pressed key
|
||||||
|
|
||||||
MAX_STARS EQU 100
|
MAX_STARS EQU 100
|
||||||
|
|
||||||
; Star Structure
|
; "Allocate" memory for all the stars
|
||||||
STARS
|
STARS
|
||||||
REPT MAX_STARS
|
REPT MAX_STARS
|
||||||
|
; Star Structure
|
||||||
db $0 ; X
|
db $0 ; X
|
||||||
db $0 ; Y
|
db $0 ; Y
|
||||||
db $0 ; Speed
|
db $0 ; Speed
|
||||||
|
|
Loading…
Reference in New Issue