Core War
-
- Posts: 508
- Joined: Sat Jul 11, 2020 3:30 pm
Core War
Yeah, was thinking about that myself. A single bank of RAM would be a natural arena, just wrap around from BFFF to A000.
Core War
I got the Imp running.
https://github.com/bobbyjim/x16-corewar
Just a proof of concept. I run the Imp for CORESIZE iterations, and watch it fill the core.
Core takes up 16K of main RAM. The program currently uses 8K, and all it does is run the VM with the one-liner Imp program. All the opcodes are implemented tho untested except for MOV.