Hey everyone,
From time to time, someone asks if there's something like Uxn32's
debugger planned for the other emulators, and since we can't quite all
agree on the API needed to make this happened, I went ahead and wrote
a uxn emulator, in uxn itself.
source: https://git.sr.ht/~rabbits/beetbug/tree/main/item/src/emulator.tal
This allows anyone to step through their program and follow the stack
states and follow the PC around, it's totally portable, it doesn't
make use of any special System port. I'm sure there's still some
improvements to be made for it, but I've used it today to step through
a bunch of routines I was implementing and it delivered.
demo: https://merveilles.town/web/@neauoire/109469602162823321
I hope you find a use for this too, I will work on properly
documenting this one in the next couple of days, but in the meantime,
have a play with it!
Have a good day :)
Dll
Devine Lu Linvega <aliceffekt@gmail.com> wrote:
> From time to time, someone asks if there's something like Uxn32's
> debugger planned for the other emulators, and since we can't quite all
> agree on the API needed to make this happened, I went ahead and wrote
> a uxn emulator, in uxn itself.
> [...]
>
> demo: https://merveilles.town/web/@neauoire/109469602162823321
This is epic - the missing piece of the uxn DX!
Mad props as always Devine!
-Derek