feat: implement ARM7TDMI (and stub ARM946E-S)

This commit is contained in:
2023-06-25 16:37:43 -05:00
parent c8e78c42ec
commit d2db52e495
22 changed files with 2450 additions and 4 deletions

10
build.zig.zon Normal file
View File

@@ -0,0 +1,10 @@
.{
.name = "arm32",
.version = "0.1.0",
.dependencies = .{
.@"zba-util" = .{
.url = "https://git.musuka.dev/paoda/zba-util/archive/e616cf09e53f5c402c8f040d14baa211683e70e3.tar.gz",
.hash = "1220b80b2c0989dcc47275ab9d7d70da4858ef3c1fe1f934e8d838e65028127f6ef3",
},
},
}