Hacker News new | ask | show | jobs
by pistate 10 days ago
Part of the AGC ROMs implemented a virtual machine for things like matrix multiplication. So, a higher level of abstraction was available but it was still very much coded in its own assembly language.
1 comments

Thanks! Seems actual code for interpreter is in https://github.com/virtualagc/virtualagc/blob/master/Luminar... . I see it is different for each revision/module.