A project built for fun implementing a rudimentary Custom ISA (also built for fun) within a Virtual C# Emulator based on RISC hardware.
ISA
Running tested on Windows using the following:
- Rider
- Visual Studio
Your Windows Console settings must have the Console Buffer Rows to 50 (Launch Size)
SET R4 0 F
SET R3 0 0
start:
EQL R5 R3 R4
JPT R5 end
printScreenR[R3]
INC R3
JMP start
end:
printScreen[A]