got file reading working for the binary.

This commit is contained in:
ed
2026-08-07 01:06:57 -04:00
parent 6feff68b33
commit 8b4c8a2c71
13 changed files with 566 additions and 94 deletions
+4
View File
@@ -14,4 +14,8 @@
#else
#define assert(cond)
#endif
#define trap() __builtin_trap()
#define assert_always(x) do { if((x) == false) {trap();} } while(0)
#pragma endregion Debug