APPENDIX D
Appendix D
TRS-80 Differences
This
General Changes
All
Be sure to change all PRINTS intended for the printer to LPRINT.
Ignore all references to PR#l and PR#O. They are for the Apple, as noted.
It may be necessary (and is usually permissable) to add 128 to certain code numbers, (but not when in graphics mode). For example, if CHR$(27) “A” CHR$ (12) doesn’t work, use CHR$(27) “A” CHR$(140). The problem is with the computer.
TRS-80 Model I Without Expansion Interface
Model I
TRS-80 Model I With Expansion Interface
Graphics Codes
Sending graphics codes to the
Once in graphics mode, certain codes must be sent via POKE rather than LPRINT CHR$. The Model I printer driver interprets CHR$(O) as a null code and does not pass it on to the printer. That hurts since we need this code in graphics mode.
85