spl/assemble.spl

6 lines
73 B
Text
Raw Normal View History

2023-08-04 20:42:43 +02:00
func main { mega | with args ;
2 args:get write-file-sasm println
0
}