A2osX/INC/ROM.IIE.txt

20 lines
648 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
*--------------------------------------
* IIe ROM Calls
*--------------------------------------
ROM.OLDCH .EQ $0478+3 LAST CH used by video firmware
ROM.MODE .EQ $04F8+3 video firmware operating mode
ROM.OURCH .EQ $0578+3 80 column CH
ROM.OURCV .EQ $05F8+3 80 column CV
ROM.CHAR .EQ $0678+3 character to be printed/read
ROM.XCOORD .EQ $06F8+3 GOTOXY X-coord (pascal only)
ROM.OLDBASL .EQ $0778+3 last BASL (pascal only)
ROM.OLDBASH .EQ $07F8+3 last BASH (pascal only)
ROM.AUXMOVE .EQ $C311
ROM.XFER .EQ $C314
*--------------------------------------
MAN
SAVE inc/rom.iie.i