/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

tobiasvl.github.io
| | cgmathprog.home.blog
4.1 parsecs away

Travel
| | Emulators So... what is an emulator? Let's say you want to play an old game from the MS-DOS era. You have the DUKE3D.EXE file, you launch it and ...nothing happens. But why? Old systems had a different architecture from your PC. Loosely speaking, your PC doesn't recognize the program and refuses to execute it. You
| | blog.steve.fi
5.1 parsecs away

Travel
| | [AI summary] The author updates an open-source Z80 emulator to support Microsoft BASIC, detailing the CPU instruction changes required and providing binaries for CP/M systems.
| | riv.dev
4.1 parsecs away

Travel
| | How to write a CHIP-8 emulator.
| | yieldcode.blog
20.1 parsecs away

Travel
| Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; }