Difference between revisions of "Z80:Appendices"
KermMartian (talk | contribs) (Created page with "Some miscellaneous information that may be handy when programming. === Buffer Tables === Compiled table of code that will make creating buffer tables ea...") |
KermMartian (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 24: | Line 24: | ||
Key codes for the GetCSC ROM call. | Key codes for the GetCSC ROM call. | ||
− | === [[Z80: | + | === [[Z80:GetKey Codes|GetKey Codes]] === |
Key codes for the GetKey ROM call. | Key codes for the GetKey ROM call. | ||
Line 30: | Line 30: | ||
Definition of terms. | Definition of terms. | ||
− | === [[Z80: | + | === [[Z80:Opcodes|Opcodes]] === |
List of instructions that can be executed by a z80 processor. | List of instructions that can be executed by a z80 processor. | ||
Line 48: | Line 48: | ||
Scan codes for direct input. | Scan codes for direct input. | ||
− | === [[Z80:System | + | === [[Z80:System Flags|System Flags]] === |
List of system flags. | List of system flags. | ||
Latest revision as of 07:40, 6 February 2016
Some miscellaneous information that may be handy when programming.
Contents
Buffer Tables
Compiled table of code that will make creating buffer tables easier. For both GetKey and GetCSC.
Character Maps
The ASCII character layout for TI calculators.
Crashes
Steps you can take to help you recover from a calculator crashing.
Directives
List of directives used by assemblers.
Some miscellaneous information that be come handy when programming.
Emulators
List of popular emulators for TI calculators.
Error Codes
List of codes for JError.
GetCSC Codes
Key codes for the GetCSC ROM call.
GetKey Codes
Key codes for the GetKey ROM call.
Glossary
Definition of terms.
Opcodes
List of instructions that can be executed by a z80 processor.
Macros
List of common macros.
Opcode Reference Chart
Reference code for on-calc programming.
Ports
List of hardware ports and other useful related information.
RAM Areas
Areas in RAM that are useful for assembly programming. NEW
Scan Codes
Scan codes for direct input.
System Flags
List of system flags.