Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 456 Bytes

small boot sector game in 8086 asm

you can either play this game as a dosbox game using the com file or as a boot sector game using img file

compiling for dosbox:

./compile.sh jumper

compiling as boot sector:

./compile-img.sh jumper

start with qemu:

qemu-system-x86_64 -fda jumper.img -full-screen

start with dosbox:

dosbox jumper.com

NOTE:

I've just recently learn asm, thanks to "PROGRAMING BOOT SECTOR GAME" book by OSCAR TOLEDO G.