Skip to content

w84death/x86-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86 Assembly Programs

DOS (1Kb)

Programs up to 1Kb (1024b) for DOS. FreeDOS and MS-DOS, COM files. Mouse driver required.

Bootsector (512b) / No Operating System Games

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

Prequisite for building

  • QEMU (x86_64)
  • NASM
  • FASM (for newer productions)

Build & Run

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