To the rescue!
(Don't get used t it. :D)
I have read you private message but you locked it, so I can't answer there.
You used the IF instruction correctly, you just forgot at the end, that TEST does not function as the IF, you have to use an IF or IFN if you want to skip instructions conditionally. If you debug your code and it works, I can post it in my programs save.
i figured out how to use the if and ifn. go and see the program in the conversations
sorry for locking it.
So I made a pretty good assembler a while ago, and I finally added support for this computer. The code for the demo save linked in the OP is also in the repository. Have fun!
Oh yeah, you have dead code in the demo! :P
@LBPHacker Nice, I've never thought that this would escalate so far! :D
Actually code alignment was due to ease of adding code to the existing source.
Thanks for adding support for the computer.
sory for necroposting but how pipelining is implemented here? Im trying to click through the cycle step by step to find out where this "pipelining magic" is going on but no success yet