; This is a low memory image for Findex BASIC ; This supports a single line printer, ; a single density 8" diskette, ; an ADM3A type terminal. ; org 010ah ; db 26 ; sectors/track db 242 ; allocation units ; jmp 0 ; dummy jmp 10ch ; l/p 1 jmp 10ch ; l/p 2 jmp 10ch ; l/p 3 ; ; This is the cursor positioner ; push b mvi a, 01bh call 107h mvi a, '=' call 107h pop b push b mov a, b adi 020h call 107h pop b mov a, c adi 020h call 0107h ret ; ; end