]> git.sesse.net Git - pistorm/blob - a314/software-amiga/a314fs_pistorm/build.bat
Adapt a314fs to work on PiStorm + A314 emulation
[pistorm] / a314 / software-amiga / a314fs_pistorm / build.bat
1 vc a314fs.c -S -o a314fs.asm
2 python comment_out_sections.py
3 vc bcpl_start.asm a314fs.asm bcpl_end.asm -nostdlib -o ../a314fs
4 python patch_a314fs.py
5 del a314fs.asm