This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo on | |
echo Bulding bin file... | |
nasm loader.asm -f bin -o loader.bin | |
echo Writing bin file to ploppy | |
partcopy loader.bin 0 200 -f0 |