ES version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 445 words in the discussion.
Trending Topics
#forth#https#com#txt#code#cam#simulator#uiua#cool#javascript

Discussion (12 Comments)Read Original on HackerNews
CAM6 Demo
https://www.youtube.com/watch?v=LyLMHxRNuck
Original FORTH code that drove the actual CAM-6 board:
tomt-cam-forth-scr.txt: https://donhopkins.com/home/code/tomt-cam-forth-scr.txt
tomt-users-forth-scr.txt: https://donhopkins.com/home/code/tomt-users-forth-scr.txt
My compatible CA compiler and glue to the simulator written in C:
cam.f.txt: https://donhopkins.com/home/code/cam.f.txt
compile.f.txt: https://donhopkins.com/home/code/compile.f.txt
An old version of the simulator written C, before I rewrote it in JavaScript:
https://github.com/SimHacker/micropolis/tree/master/Micropol...
The JavaScript CAM6 simulator:
CAM6.js: https://github.com/SimHacker/CAM6/blob/master/javascript/CAM...