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

4 lines
115 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Player1_Lives equ 0100h
mov al,3
mov byte ptr [Player1_Lives],al ;give the player 3 lives to start the game with