TI-BASIC to Asm Comparisons
I had lost all copies of this page for a while and thanks to Andreas Finne who happened to have a copy backed up, the chart is back up.
Most TI86 owners are already proficient in TI-BASIC. To make use of that knowledge, I've constructed a table with common TI-BASIC operations and what it would look like in z80 assembler. All used assembler instructions are documented in the Instructions Section.
:a+1→a |
More from z80 » Beginner
Aliases // Convert from decimal to hexadecimal or binary // Flags and Conditions // Format and Compiling // Instructions // Math // Number Bases // Oh, No! It Crashed! // Registers // TI-BASIC to Asm Comparisons // TI86 Specifications // Two's Compliment // z80 Processor