fix conditions, add ien flag, improve keyboard, add gpio
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
|
||||
8608
|
||||
8608 - an 8-bit data, 16-bit address, CISC architecture.
|
||||
|
||||
For a list of instructions, see instructionList.txt
|
||||
|
||||
How to use the assembler:
|
||||
1. Install bllua3 from https://notabug.org/redo/bllua3
|
||||
@@ -11,4 +13,6 @@ How to use the assembler:
|
||||
You can also run the assembler from the command line to get a memory dump and disassembly in stdout, if you have lua installed:
|
||||
luajit "your_path/assembler-8608.lua" "other_path/filename.asm"
|
||||
|
||||
For a list of instructions, see instructionList.txt
|
||||
How to use the emulator:
|
||||
1. Install love2d from https://love2d.org
|
||||
2. Open a command prompt in the "emulator" folder and run "love . C:/path/filename.asm"
|
||||
|
||||
Reference in New Issue
Block a user