mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 14:36:52 -04:00
d56540f8c0
* add some more tests for let * support static strings * add function calling * add prints for windows debgu * one test only * try swapping r14 and r15 in windows * swap back * disable defun for now * fix massive bug * fix formatting
2 lines
84 B
Plaintext
2 lines
84 B
Plaintext
(define-extern test-function (function int int int int int))
|
|
(test-function 1 2 3 4) |