https://github.com/costava/desert-walk
Boring walking simulator
https://github.com/costava/desert-walk
asm assembly boot nasm
Last synced: 8 days ago
JSON representation
Boring walking simulator
- Host: GitHub
- URL: https://github.com/costava/desert-walk
- Owner: Costava
- License: gpl-3.0
- Created: 2020-10-07T00:28:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T01:35:30.000Z (over 5 years ago)
- Last Synced: 2025-06-28T19:51:33.395Z (about 1 year ago)
- Topics: asm, assembly, boot, nasm
- Language: Assembly
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Desert Walk
===========
- A walking simulator with almost nothing to see
- Written in x86 assembly
- Assembled with the [Netwide Assembler (NASM)](https://en.wikipedia.org/wiki/Netwide_Assembler)
- 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.
