hunterdyar / B-_Language

Recreation of B (but worse) as an interactive programming web toy
https://bminus.hdyar.com/
0 stars 0 forks source link

Report Instruction Location #8

Closed hunterdyar closed 2 months ago

hunterdyar commented 3 months ago

When we click 'Step', it would be nice to see a number go up by one, and that number go back when we do a Jump.

Want to save this until if I come up with some other way to visualize instructions. Right now my best idea is an animated scrollbox. A 'ticker tape' that is the entire program as a visual instruction list, with a pointer to the current instruction (and the other ones faded out) and when you hit run/step, it starts scrolling up/down as the program executes, with a quick animated whir.

hunterdyar commented 3 months ago

Instructions now have a scrolling box, and i sort of am getting the instruction locations, but it isn't visualized yet.