Yashodhan
Yashodhan
Hey, the instruction mapping for the emulator was always a bit buggy and had off-by-one errors, even after fixing stuff several times in the original development. I'm inclined towards not...
Hey, it seems correct and incorrect at the same time for me :sweat_smile: In some sense, it feels more correct to wrap the offset and not the final address, but...
In that case it should be indeed implemented that way. Can you link both of the manuals in your comment (just so we have a ref)? Thanks!
Hey, apologies for the delay, I got busy with something and missed this. > Can the last outputted line in emulator (characters) be black instead of grey? It can be...
Hey, Thanks for the PR! Apologies as I have been busy with other stuff, so couldn't take a look, but will try to get to this soon. Thanks a lot!
Yes, this is correct. When implementing, apparently I read the spec incorrectly, and thought it was specifically for 0
Hey @neldredge , yes the nop instruction is not implemented at all. The logic behind this was : As far as we knew at the time of implementation, nop is...
As a workaround, if you are using it as cmdline, you can either use the print instructions to print whatever you want to check, or add an int 3 at...
For those who are looking for a solution in meantime, I did ``` // must set size to 0, if we use hide, then #cite does not work #[ #set...
Hey, do you have any specific requirements for this? I'd like to work on this if it fine. Also a suggestion : from personal experience, just is more easy-to-use and...