Michael Jørgensen

Results 143 comments of Michael Jørgensen

Ahh! On my Windows 10 machine (a Toshiba Laptop), when I run the command "dxdiag" I can see that the screen refresh rate is at 40 Hz (I didn't know...

Thanks for your explanation. How about giving the user the choice: - Either having update being called exactly once per frame (thus ignoring entirely the value of update_interval). As you...

I already have implemented Ethernet support on the Nexys4DDR in two other projects. In one project I have a simple I/O register map just like the VGA module, i.e. an...

This sounds like an interesting architecture. This MMU will provide a lot of benefits I see now. We really need to get together and talk through all these ideas.

@sy2002 . I think it is faster if you assign it to yourself :-)

I agree, we need something like this. I tried debugging the latest `cpu_test.asm` on hardware, and that was quite tedious. Regarding `ncurses` I would love to have support for that....

It seems we need more work on this feature. Assuming the goal is to be able to write an ISR in C (rather than in assembly), I tried the following:...

First of all, when I wrote `MOVE 0xFF00, SR` that was indeed a typo, and it should have been `MOVE 0xF000, SR`. I like your proposal about not using register...

@sy2002 @bernd-ulmann : I just thought of something: When in an ISR, we need to save `R8`-`R12` as well. For instance, the `MULU` monitor call uses these registers. Would it...