8 lines
160 B
Text
8 lines
160 B
Text
LDA #$05
|
|
STA Player1_Lives ;equivalent C code: Player1_Lives = 5;
|
|
|
|
LDA #$05
|
|
STA pointer+1
|
|
LDA #$40
|
|
STA pointer
|
|
;loads the variable pointer with the value $0540
|