w84death / x86-assembly

Bootsector, no os games and programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86 Assembly Programs

Bootsector (512b) / No Operating System Games

512 bytes image This image size is exactly 512 bytes. Same as the limit of bootsector programs.

Game 1 - Land Me

Land Me Homepage

Game 1 Level 1

Game 2 - Ganja Farmer 512b

Ganja Farmer 512b Home Page

Game 2 Level 1

Download floppy image and run

Game 3 - Fly Escape

Fly Escape Home Page

Game 3 Level 1

Download floppy image and run

Prequisite for building

  • QEMU (x86_64)
  • NASM

Build & Run

$ cd bootsector/
$ ./build-and-run.sh game1

About

Bootsector, no os games and programs

License:MIT License


Languages

Language:Assembly 96.2%Language:Shell 3.8%