Skip to content

mkpellegrino/ti83-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti83-assembler

This program will assemble special asm source code into an 8xp file that can be executed directly on a TI-83/84 calculator. There is no need for any kind of conversion program or special shell to be running on the Calculator

compile asm source with: tias input.asm output.8xp

disassemble 8xp files with: disassemble input.8xp --help (for options)

there are some built-in macros: loop user_input hex_input degree_mode radian_mode disp_op1 (a 'better' routine than the built-in one) fully_clear_screen convop1b (a 'better' routine than the built-in one) store_op1

About

TI83 Assembler routines (z80)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages