You are here |
yurisk.info | ||
| | | |
jborza.com
|
|
| | | | CHIP-8 is one of the most popular target architectures for aspiring emulator writers. Im planning to implement it in hardware, so I thought that writing a software emulator/interpreter would be enlightening. I was also looking for some practice before implementing CHIP-8 in hardware in Verilog :) CHIP-8 Virtual machine description: 64x32 pixel monochrome display 4K of 8-bit RAM 16 8-bit variable registers V0-VF I 16-bit address register Stack of 16-bit addresses for call/return 16-bit PC - program counte... | |
| | | |
syprog.blogspot.com
|
|
| | | | Source code for this article may be found here . The problem of software security has already been raised in my previous articles more ... | |
| | | |
nathanchance.dev
|
|
| | | | Recently, I built a computer for school that I installed Windows 10 Pro on (link to the current specs if you are curious). I was a little bummed about leaving Chrome OS because I was going to lose my local Linux development environment; however, Windows Subsystem for Linux is a thing and it has gotten even better with WSL 2, as it is actually running a Linux kernel so there is full Linux compatibility going forward. | |
| | | |
craigjb.com
|
|
| | Adventures in hardware hacking, low-level software, FPGAs, and more! |