feat: implement ARM7TDMI (and stub ARM946E-S)
This commit is contained in:
10
build.zig.zon
Normal file
10
build.zig.zon
Normal 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",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user