lakiwei
lakiwei
Yes, you’re right — I didn’t think it through. By the way, where is WZ stored? Does the CPU have extra registers for it?
by the way, again... in page 29 ``` # M4 Z = read_memory(addr=WZ) # M5/M1 IR, intr = fetch_cycle(addr=PC); PC = PC + 1; A = Z ``` Why is...
Thank you very much for your reply — it was very helpful. I noticed in the detailed timing that the operations from the W/Z registers to other general-purpose registers are...
in page 58, CP (HL): Compare (indirect HL) opcode should be 0b10111110/0xbE ?
> Are you able to reproduce the crash somehow or does it happen randomly? I believe that the message trace doesn't show the last request that has been send to...
I have built the debug version of zls, but the log output is the same as the release version. Do I need a special method to obtain debug information?