Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 180 to 180 | ||||||||
LED:02 Q:0 Rx:1 IN:0 WAIT:0 CLR:0 READ:0 SWITCH:80 | ||||||||
Added: | ||||||||
> > | Start BASIC3 without EPROMThere are BASIC3, Tiny BASIC, and Chuck's Super Monitor EPROM binaries on Lee Hart's The COSMAC ELF Membership Card http://www.sunrise-ev.com/membershipcard.htm![]() ![]() pi@cosmac:~/elf/basic $ wget http://www.sunrise-ev.com/MembershipCard/MCSMP20J.bin ... 2017-12-26 23:08:09 (140 KB/s) - 'MCSMP20J.bin' saved [32768/32768] pi@cosmac:~/elf/basic $Upload the EPROM binary to the Membership Card at starting address 0x8000: pi@cosmac:~/elf/basic $ bin2elf -s 8000 MCSMP20J.bin 0x8000 bytes writtenGet the binary for LBR 8000 from my site:
pi@cosmac:~/elf/basic $ wget http://spyr.ch/twiki/pub/Cosmac/RaspiElf/LBR_8000.bin ... 2017-12-26 23:49:28 (102 KB/s) - 'LBR_8000.bin' saved [3/3] pi@cosmac:~/elf/basic $ ls -l total 36 -rw-r--r-- 1 pi pi 3 Dec 26 22:51 LBR_8000.bin -rw-r--r-- 1 pi pi 32768 Dec 13 17:59 MCSMP20J.binStart from address 0x8000: pi@cosmac:~/elf/basic $ bin2elf -w -r LBR_8000.bin 0x0003 bytes written | |||||||
Line: 259 to 303 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
|