1
0
Fork 0
mirror of https://git.sr.ht/~asya/copycat synced 2024-09-28 04:18:29 +00:00
x86 real mode emulator
Go to file
AsyaTheAbove 911d6e844b Implement a basic IO bus
Implemented in this patch is also more jumps, loop instructions, and the
`out` instruction. With this patch, the 5150 BIOS can now checksum
itself.

Signed-off-by: AsyaTheAbove <asya@waifu.club>
2023-09-27 18:17:16 +03:00
src Implement a basic IO bus 2023-09-27 18:17:16 +03:00
.gitignore Load 5150 BIOS and pass 8088 processor test 2023-08-29 13:43:43 +03:00
Cargo.lock Load 5150 BIOS and pass 8088 processor test 2023-08-29 13:43:43 +03:00
Cargo.toml Load 5150 BIOS and pass 8088 processor test 2023-08-29 13:43:43 +03:00
LICENSE Initial commit 2023-08-19 18:03:46 +03:00