Skip to content

NielsOuvrard/asm-eZ80-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program for TI-83 PCE, coded in asm eZ80

This project is an attempt to create a program for TI-83 PCE calculator, written in eZ80 assembly language. It's only for learning purpose.

Building the Project

To build this project, you will need an eZ80 assembler, like fasmg. You can compile the project by running the following command:

# linux
./fasmg-linux main.asm
# windows
fasmg.exe     main.asm
# macos
./fasmg-macos main.asm

You could find the latest version of fasmg, and the include files here. The source code includes several include files, that define various constants and macros used in the code. These files need to be available in your assembler's include path.

Running the Game

To run the game, you will need a TI-83 PCE calculator or a compatible emulator. Compile the project as described above, and then:

  • For emulators, I recommend CEmu. Transfer the built executable to your calculator and run it with Asm(prgmMAIN).
  • For real calculators, you will need to use TI-Connect CE to transfer the executable to your calculator.

Note

The Asm( command could be found with 2nd + 0, and scrolling. You could also use the prgm button to select the program.

About

Program for TI-83 PCE, coded in asm eZ80

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published