Joey Pollack
|
552035dc53
|
Refactors InputConsole and OutputConsole into just Console, Adds the assemble.bat script
|
1 year ago |
Joey Pollack
|
84c18afd09
|
Adds the InputConsole and a test program for it - echo.asm
|
1 year ago |
Joey Pollack
|
e3225cb0ca
|
Refactors the print flags to use bitwise flags and collect them all under a single byte (now know as the Console Flags)
|
1 year ago |
Joey Pollack
|
ecc7b9b73f
|
Fix a bug with the branch instructions not being able to move backward (offsets were unsigned)
|
2 years ago |
Joey Pollack
|
05fcb7b7f7
|
Simple test machine can now load an arbitrary program binary
|
2 years ago |
Joey Pollack
|
6efdfecf54
|
Adds the simple test virtual machine and a few hard-coded test programs
|
2 years ago |
joeyrp
|
03c0425165
|
Adds BIT and JMP instructions
|
2 years ago |
Joey Pollack
|
293c707ee9
|
very basics working!
|
2 years ago |