Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (38 loc) · 1.09 KB

bz80

(from TI- B ASIC e z80)

A ez80 emulator written in TI-BASIC.

To use it, store the initial RAM state in L1 with one byte per list element, then call prgmBZ80.

FAQ:

Does it work?

No.

Is it fast?

No.

Can it run Oiram/Pacman/(insert name of game here)?

No.

Can it run TI-OS?

No.

Can I use it for bypassing exam mode?

No.

Does it emulate the entire ez80 instruction set?

No.

Does it support calling OS functions?

No.

Does it support drawing to the screen?

No.

Does it support reading from the keypad?

No.

Does it support USB?

No.

Does it support interrupts?

No.

Does it emulate the CE's ASIC?

No.

Does it support flash?

No.

Is there any legitimate reason for me to use this program?

No.

Why?

I wrote this because TI decided to remove assembly functionality from the latest OS version. This doesn't help with that at all, I'm just being petty. It's also highly ironic to have an interpreted program emulate the ISA it's running on. If anyone wants to take this a step further and run TI-BASIC inside of this, that would be awesome.