Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 361 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 361 Bytes

snasm

snake implementation in x86 real mode assembly

Instructions

  • compile and run the code using make run
  • use make build if you want to compile without starting the QEMU emulator

Dependencies

  • assembly code can be compiled using NASM
  • the program can be run on an emulated machine using QEMU