RosettaCodeData/Task/Variables/8086-Assembly/variables-2.8086
2023-07-01 13:44:08 -04:00

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