tsvm "compiler" update

This commit is contained in:
minjaesong
2025-12-18 10:29:46 +09:00
parent 4f6efbe000
commit 629ed5fb12
7 changed files with 323 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
if (exec_args[1] === undefined) {
println("Usage: load myfile.out")
println("Usage: load myfile.exc")
println(" This will load the binary image onto the Core Memory")
return 1
}