A visual representation of what the Z80 is doing: https://floooh.github.io/visualz80remix/
I think it’s really cool.
Login or register to post comments
A visual representation of what the Z80 is doing: https://floooh.github.io/visualz80remix/
I think it’s really cool.
WOW!!! That is so insanely cool! Amazing!
Man absolutely magic!
The creator is twitter user @FlohOfWoe
The instructions are somehow bugged. I've tried to import this code:
ld sp,stack
loop: call func
jr loop
func: ld hl,data
inc(hl)
ld a,r
add a,(hl)
ld (hl),a
ret
data: db 40h
stack: org 30h
and instead of "ld a,r" the cpu executes "in h,(c)"
This makes HL point to FF11h and gives the wrong result
Fancy to see anyway
Floh has fixed some issues, take a look:
https://github.com/floooh/v6502r/issues/2#event-6099275788
Can you retest Visual Z80 Remix and check if it still has errors?
Visual Z80 Remix has been improved.
Impressive.
Don't you have an account yet? Become an MSX-friend and register an account!