RosettaCodeData/Task/Variables/8086-Assembly/variables-2.8086

4 lines
115 B
Plaintext

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