|
You are here |
faizilham.github.io | ||
| | | | |
tobiasvl.github.io
|
|
| | | | | For this year's RetroChallenge, I'm going to make an emulator for a 41 year old Australian hobby computer. | |
| | | | |
tobiasvl.github.io
|
|
| | | | | A high-level guide to making a CHIP-8 emulator. | |
| | | | |
cgmathprog.home.blog
|
|
| | | | | 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
|
|
| | | [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. | ||