You are here |
fabiensanglard.net | ||
| | | |
riv.dev
|
|
| | | | How to write a CHIP-8 emulator. | |
| | | |
jborza.com
|
|
| | | | Back in April 2019 I decided to get into emulation and thought about writing a simple one. I read about the MOS 6502 microprocessor and it looked promising as it was used in famous products such as Apple II, Commodore 64, BBC Micro, Tamagotchi and others. One would typically program this in the 6502 assembly, for more information check out the wonderful Easy6502 interactive ebook by Nick Morgan, it includes an emulator as well. | |
| | | |
jborza.com
|
|
| | | | I got into FPGAs with the intent of building a retro-computer. A couple of popular hardware implementation targets are Gameboy, NES, RISC-V and CHIP-8. Last year Ive done my practice round with 6502 and RISC-V emulators, both in C. CHIP-8 is a really nice virtual machine implemented on a number of computers since the 1970s, initially designed to make game development easier. After building a CHIP-8 emulator a couple of days ago I thought I know a lot about the simple platform to actualy start implementin... | |
| | | |
sergioprado.blog
|
|
| | In this article, we will learn how to debug the Linux kernel on an embedded Linux system with GDB. |