Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 266 Bytes

A shitty number guessing game

Run the Code

  1. Generates a 512 byte long binary
nasm -f bin ./game.asm
  1. Qemu here we are specifying our binary as a hard disk
qemu-system-x86_64 -hda ./game

Example Output

Output