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
./compile.sh jumper
./compile-img.sh jumper
qemu-system-x86_64 -fda jumper.img -full-screen
dosbox jumper.com
I've just recently learn asm, thanks to "PROGRAMING BOOT SECTOR GAME" book by OSCAR TOLEDO G.