Michael Jørgensen

Results 143 comments of Michael Jørgensen

@bernd-ulmann : I'm not sure what you mean by "changing the behaviour of X slightly".

I don't know if the X bit has been used in other programs already. @sy2002 should be the one to answer that. It is an "unusual" status flag (indicating a...

I would instead suggest a different solution, which is to keep everything as it is, **except** for one small change: * The MOVE instruction will not change X. All the...

Ok. I don't have strong feelings either way, so I support @bernd-ulmann's suggestion.

There was a bug in the latest emulator, where the X flag was cleared after every instruction. That was why the `test_shift.asm` suddenly stopped working again. I've fixed the emulator...

I'm updated the scrolling to make it more smooth, and I've merged into the develop branch. Still missing is to update documentation. It would be nice to make a port...

Regarding the delay, that would be a nice function to have, but I don't see how it can be used in the little demo program. The point is that the...

TODO: - [ ] Update documentation - [ ] Make another demo program, showing how to display a checker board in 3D perspective. Perhaps using interrupts?

As I already have a working Ethernet solution in a different project, I propose the following "simple" design for the QNICE (based on the other project I made), which can...

Just a guess: Could it be the UART FIFO that overflows ?