3 lines
115 B
Text
3 lines
115 B
Text
Player1_Lives equ 0100h
|
|
mov al,3
|
|
mov byte ptr [Player1_Lives],al ;give the player 3 lives to start the game with
|