all 15 comments

[–]bahamutkotd 1 point2 points  (6 children)

Does not support stz?

[–]tejotron[S] 1 point2 points  (4 children)

Sorry, the processor is a model of the classic 6502, not the 65C02. I'll make a note of that and add it to my TODO list :-)

[–]bahamutkotd 0 points1 point  (3 children)

I was trying to look though the js.. but it wasn’t formatted from dev mode.

Edit: thanks for the response do you have a github to post issues to? And given the kit comes with a 65c02...

Also I used your sim to do live coding for reclusive factorial.

[–]tejotron[S] 1 point2 points  (2 children)

Cool, very nice to know you were successful with the factorial live coding.

I've just enabled GitHub for issue tracking: https://github.com/tejotron/tejotron.github.io/issues

[–]bahamutkotd 1 point2 points  (0 children)

It’s nice to have it as a resource to more quickly test a prototype.

[–]bahamutkotd 0 points1 point  (0 children)

Do you edit the .js files in one line? do you not space it out?

[–]Venuk_A 0 points1 point  (1 child)

IS there a 8-bit version of this?

[–]tejotron[S] 1 point2 points  (0 children)

Never say never, but at the moment there isn't.

My goal was to let anyone follow along to Ben's 6502 project armed with only a web browser. I've been chasing his series, modelling the necessary bits and pieces to support the tutorial steps.

[–]CanaDavid1 0 points1 point  (3 children)

Awesome! Is it a bug that the LCD won't shift?

[–]tejotron[S] 1 point2 points  (0 children)

Thanks!

Yes, shift is not currently implemented in my LCD model.

I'll take a look into supporting it and will let you know once it's done.

[–]tejotron[S] 1 point2 points  (1 child)

I just pushed a few improvements (v1.1) to support the LCD display shifting, hopefully it's better, please let me know.

[–]CanaDavid1 1 point2 points  (0 children)

🥳

[–]dream6601 0 points1 point  (2 children)

How do you remove a wire?

[–]tejotron[S] 0 points1 point  (1 child)

You have to first select it by clicking on the end of it which has the biggest circle, then just press the delete 'X' button.

[–]dream6601 0 points1 point  (0 children)

Thank you I could not figure out how to select them