Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costava/desert-walk
Boring walking simulator
https://github.com/costava/desert-walk
asm assembly boot nasm
Last synced: 10 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 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T01:35:30.000Z (over 4 years ago)
- Last Synced: 2024-12-07T01:24:19.234Z (2 months 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 sectorHow 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](https://i.imgur.com/WEfWjxA.png)