basic emu skeleton and loop, CALL instruction & rel16 addr mode

This commit is contained in:
2021-02-11 06:29:57 -08:00
parent 1c15695c4b
commit 639e05edac
6 changed files with 260 additions and 1 deletions

View File

@@ -4,11 +4,11 @@ version = "0.1.0"
authors = ["Jared Burce <jaredr@gmail.com>"]
[dependencies]
byteorder = "1.4.2"
env_logger = "0.3"
itertools = ">=0.4"
log = "0.3"
memmap = "~0.2"
gl = "0.10"
gfx = "0.17"
gfx_device_gl = "0.15"