Skip to content

Costava/desert-walk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desert Walk

  • A walking simulator with almost nothing to see
  • Written in x86 assembly
  • Assembled with the Netwide Assembler (NASM)
  • Fits in and runs from the boot sector

How to build and run

Install nasm and qemu through your package manager e.g. pamac install nasm qemu

  • Build with make build
  • Run with make run
  • make clean to remove built files
  • After building, you can look at listing.txt to determine the size of the meaningful instructions (not counting padding and the magic bytes)

Navigate the character (%) with the WASD keys.

Desert Walk

Releases

No releases published

Packages

No packages published