/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

faizilham.github.io
| | tobiasvl.github.io
4.2 parsecs away

Travel
| | For this year's RetroChallenge, I'm going to make an emulator for a 41 year old Australian hobby computer.
| | tobiasvl.github.io
2.8 parsecs away

Travel
| | A high-level guide to making a CHIP-8 emulator.
| | cgmathprog.home.blog
3.7 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
| | patshaughnessy.net
19.9 parsecs away

Travel
| [AI summary] The article discusses the process of learning to read x86 assembly language, focusing on how it can be a useful skill for understanding low-level operations of microprocessors. It outlines the challenges of reading assembly, especially in debugging scenarios, and provides an example of translating Ruby code into x86 assembly using Crystal. The article also explains the syntax and structure of x86 assembly, including register usage, instruction suffixes, and the differences between AT&T and Intel syntax. It highlights the complexity of x86 assembly due to its historical evolution and the need for understanding register sizes and operand notation.