/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

blog.steve.fi
| | cgmathprog.home.blog
4.6 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
| | tobiasvl.github.io
5.1 parsecs away

Travel
| | For this year's RetroChallenge, I'm going to make an emulator for a 41 year old Australian hobby computer.
| | riv.dev
3.7 parsecs away

Travel
| | How to write a CHIP-8 emulator.
| | embecosm.com
34.3 parsecs away

Travel
| [AI summary] This article dives into the internals of the RI5CY core, a 4-stage in-order pipelined RISC-V core. It discusses the decoder and register file, essential for customizing the core, particularly for adding new instructions and integrating cryptographic extensions like XCrypto. The article also compares RISC-V's compressed instructions with ARM's Thumb mode, highlighting differences in code density and implementation.