From: Hemstra Bart Jeroen <bart-jeroen@hemstra.com>
authorAlan Cox <alan@linux.intel.com>
Tue, 7 Jul 2015 14:42:53 +0000 (15:42 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 7 Jul 2015 14:44:23 +0000 (15:44 +0100)
commit3af24c20795a0f31682d9bb13d686e4ffe9c6d21
treecda00ea73441ba9dad3b802e041a98c396e0482e
parentdb01fd885ba8603c29512879757d556c8cb6b47f
From: Hemstra Bart Jeroen <bart-jeroen@hemstra.com>

trs80: move bootloader to use sdasz80/sdldz80

I converted the boot loader to SDASZ80, the result assembles neatly into 256 bytes. I included the file so if you like you can check it and place it in github. I didn't change the (complex) makefile, I assembled it with:

sdasz80 -o trs80load.s
sdldz80 -i trs80load.rel
makebin -s 256 trs80load.ihx trs80load.bin
dd if=trs80load.bin of=mydisk.jv3 bs=1 seek=8704 conv=notrunc

[added Make bits - Alan]
Kernel/platform-trs80/Makefile
Kernel/platform-trs80/trs80load.s