-
Notifications
You must be signed in to change notification settings - Fork 0
[MIRROR]
License
Redlolz/tex80_emulator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TEX80 EMULATOR
==============
An emulator for the TEX80 processor.
COMPILING
---------
Make sure you are in a POSIX compliant environment and have a C99 compiler.
Compile with make.
USAGE
-----
Normal execution
./tex80 -f programs/helloworld.bin
Debug output
./tex80 -d -f programs/shift_n_rotate.bin
Single step mode
./tex80 -D -f programs/shift_n_rotate.bin
About
[MIRROR]