项目作者: Costava

项目描述 :
Boring walking simulator
高级语言: Assembly
项目地址: git://github.com/Costava/desert-walk.git
创建时间: 2020-10-07T00:28:53Z
项目社区:https://github.com/Costava/desert-walk

开源协议:GNU General Public License v3.0

下载


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