Live data from Hacker News

Show HN: Browser-based M68K interpreter supports MOVEM,data defs,and disp. addr

github.com

1–4 of 4 posts

Re: Show HN: Browser-based M68K interpreter supports MOVEM,data defs,and disp. addr

#3
This is a great Easy68K replacement. MOVEM and displacement addressing working in the browser with full undo/redo is already more than what most students get on native tools. If you haven't already, consider adding breakpoints, that would make this a no-brainer for university courses.

Re: Show HN: Browser-based M68K interpreter supports MOVEM,data defs,and disp. addr

#4

This is a great Easy68K replacement. MOVEM and displacement addressing working in the browser with full undo/redo is already more than what most students get on native tools. If you haven't already, consider adding breakpoints, that would make this a no-brainer for university courses.

Thanks I'm trying to implement everything, the break point will be added in the near future. If you find any bug please report it!