[Decompile] DMA and similar (#275)

* add some dma

* clean up

* add progress script and make codacy happy
This commit is contained in:
water111
2021-02-21 11:02:28 -05:00
committed by GitHub
parent ea1a4ef1bb
commit 4b1b7e9507
38 changed files with 2126 additions and 180 deletions
+2 -1
View File
@@ -871,7 +871,8 @@ TEST(GoosLib, Desfun) {
TEST(GoosLib, Factorial) {
Interpreter i;
EXPECT_EQ(e(i, "(factorial 10)"), "3628800");
// now large numbers are printed as hex.
EXPECT_EQ(e(i, "(factorial 10)"), "#x375f00");
}
TEST(GoosLib, ApplySimple) {