Add asm compilation and running
This commit is contained in:
@ -3,7 +3,10 @@
|
||||
//true
|
||||
//false
|
||||
//false
|
||||
//
|
||||
//false
|
||||
//false
|
||||
//true
|
||||
//true
|
||||
//true
|
||||
//:END:
|
||||
|
@ -1,7 +1,7 @@
|
||||
//valid,Hello, World!
|
||||
//4242test2Falsetesttesttest:END:
|
||||
|
||||
"Hello, World!\n" print 43 foo foo deq
|
||||
"Hello, World!" println 43 foo foo deq
|
||||
|
||||
|
||||
// Dequeues, enqueues 42 and 17, prints the head
|
||||
@ -39,4 +39,4 @@ function int => whileFunction
|
||||
deq
|
||||
}
|
||||
|
||||
3 whileFunction
|
||||
3 whileFunction
|
||||
|
Reference in New Issue
Block a user