--
You received this message because you are subscribed to the Google Groups "PAL 6502 computer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pal6502+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pal6502/535aa88b-4557-47e9-8104-f0db347f404en%40googlegroups.com.
DUMPT $1800 Write (Dump) to audio tape.
LOADT $1873 Read (Load) from audio tape.
ONE $199E Send 3700 Hz tone to tape.
ZRO $19C4 Send 200 Hz tone to tape.
PLLCAL $1A6B Send 300 Hz PLL reference tone to tape.
AK $1EFE Check for key depressed. A non-zero: no key down. A equal 0, key down.
SCAND $1F19 Display address and contents.
SCANDS $1F1F Output six hex characters on display. Stored in $00F9, $00FA, $00FB.
KEYIN $1F40 Open up keyboard channel. Call before using GETKEY (or call SCANDS).
INCPT $1F63 Increment display address.
GETKEY $1F6A Return key from keyboard. Value 0-F, 10(AD), 11(DA), 12(+), 13(GO), 14(PC), 15 (no keypress).
TABLE $1FE7 Table of 7-segment patterns.
$1C2A Set TTY baud rate.
PRTPNT $1E1E Prints contents of $00FB, $00FA on TTY.
CRLF $1E2F Send CRLF to TTY.
PRTBYT $1E3B Prints A as two hex characters on TTY.
GETCH $1E5A Get one ASCII character from TTY and return in A.
OUTSP $1E9E Print space on TTY.
OUTCH $1EA0 Print ASCII character in A on TTY.
GETBYT $1F9D Get two hex characters from TTY and return them packed in A.
SAVE $1C00 Normal interrupt entry point.
RST $1C22 Reset return to monitor.
START $1C4F Return to monitor entry.