Visual Z80

Por Thom

Paladin (706)

Imagen del Thom

27-09-2021, 19:48

A visual representation of what the Z80 is doing: https://floooh.github.io/visualz80remix/

I think it’s really cool.

Login sesión o register para postear comentarios

Por santiontanon

Paragon (1810)

Imagen del santiontanon

27-09-2021, 20:16

WOW!!! That is so insanely cool! Amazing!

Por AxelStone

Prophet (3199)

Imagen del AxelStone

27-09-2021, 20:46

Man absolutely magic!

Por Thom

Paladin (706)

Imagen del Thom

27-09-2021, 21:17

The creator is twitter user @FlohOfWoe

Por ARTRAG

Enlighted (6935)

Imagen del ARTRAG

28-09-2021, 09:02

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

Por ZjoyKiLer

Supporter (1)

Imagen del ZjoyKiLer

18-02-2022, 20:29

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?

Por Ped7g

Expert (67)

Imagen del Ped7g

18-02-2022, 20:23

Visual Z80 Remix has been improved.

Por Gradius2

Hero (652)

Imagen del Gradius2

17-11-2022, 07:54

Impressive.