tazgm
tazgm
The patch http://mirror1.slitaz.org/boot/BootProg/BootProg-v1.5.U fix it. BTW: Enhanced boot16.asm and boot32.asm with better error messages are available in http://mirror1.slitaz.org/boot/BootProg/ boot16.asm supports a 8086 cpu, 8GB HD, detects the disk geometry, can...
[This version](https://github.com/nanochess/Invaders/files/12595882/invaders.asm.txt) fix it. The same code run as boot record or DOS COM file (position independent code).
Some variables are stored in the video page. [This version](https://github.com/nanochess/Pillman/files/12575005/pillman.asm.txt) move them. The same code run as boot record or DOS COM file (position independent code) and slow down Pillman...
Hi, You can spare 5 bytes with the 'lea si,[bx+di]' and 'rep es movsb' tricks (assuming that every dx/dl/dh is changed to bx/bl/bh). Cheers [unzx0_8088.txt](https://github.com/emmanuel-marty/unzx0_x86/files/12207397/unzx0_8088.txt)