Try this:
0. Connect Tera Term or a similar terminal emulator to the Altairduino serial port configured as primary (I'll assume you've gotten at least this far). Terminal emulator must be capable of sending a file using an XMODEM transfer protocol (Tera Term is).
1. Boot CP/M HD:
. lift STOP switch up
. lift RESET switch up
. SW 0,1,12,13 up, all others down
. press AUX2 down
. terminal shows HDSK03.DSK mounted in platter 0 of unit 1
. SW 1,2,3 up, all others down
. press AUX1 down
. terminal shows boot and then CP/M prompt "A>"
2. Transfer BLNKNLTS_HD.ASM to CP/M HD as BLNKNLTS.ASM:
. type command "PCGET BLNKNLTS.ASM"
. terminal asks you to send file
. Make terminal do an XMODEM transfer (send)
. Browse to and open unzipped file BLNKNLTS_HD.ASM
. wait until terminal shows Transfer Complete
3. Assemble BLNKNLTS.ASM:
. type command "MAC BLNKNLTS.ASM"
. wait until it says "END OF ASSEMBLY"
4. Load BLNKNLTS.HEX:
. type command "LOAD BLNKNLTS.HEX"
. wait until it says "RECORDS WRITTEN 06"
. type command "BLNKNLTS"
6. There you go... use keys specified in readme.txt file to change things; use ESC key to quit.
7. For general cleanup, erase files you don't need any more:
. type command "ERA BLNKNLTS.HEX"
. type command "ERA BLNKNLTS.SYM"
. type command "ERA BLNKNLTS.PRN"
. this will leave you with just BLNKNLTS.ASM and
BLNKNLTS.COM added to the hard disk.
or you can keep BLNKNLTS.PRN to examine the instructions and data generated from the assembly code:
. type command "TYPE BLNKNLTS.PRN" to list it
. or transfer it back to your PC using PCPUT command.
.