Visual Z80

By Thom

Paladin (711)

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.

ログイン/登録して投稿

By santiontanon

Paragon (1833)

santiontanon さんの画像

27-09-2021, 20:16

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

By AxelStone

Prophet (3199)

AxelStone さんの画像

27-09-2021, 20:46

Man absolutely magic!

By Thom

Paladin (711)

Thom さんの画像

27-09-2021, 21:17

The creator is twitter user @FlohOfWoe

By ARTRAG

Enlighted (6980)

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

By ZjoyKiLer

Supporter (1)

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?

By Ped7g

Expert (67)

Ped7g さんの画像

18-02-2022, 20:23

Visual Z80 Remix has been improved.

By Gradius2

Hero (657)

Gradius2 さんの画像

17-11-2022, 07:54

Impressive.