bayangan 2 days ago | next |

This was a fun thing to see after having just finished binging Ben Eaters 6502 breadboard computer series.

Since it's printing something out I suppose it also has everything else virtualised, would be cool to be able to provide it some machine code / assembly

NackerHughes a day ago | prev |

How many layers of virtualisation do we need?

djmips a day ago | root | parent | next |

Run it in a browser in Wine on a MAC?

delduca a day ago | root | parent |

None of them run in a browser powered by WebAssembly. I created a 2D engine in C++20 based on SDL, in which I can use Lua to create games. Then I thought, “I’ll make a NES emulator,” so I started with its CPU, the 6502.