1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-22 19:27:43 +00:00

Move functions in util.dst to boot.dst.

This commit is contained in:
Calvin Rose
2018-03-23 18:36:56 -04:00
parent 68bf4d460b
commit 89ecd43115
4 changed files with 115 additions and 147 deletions

View File

@@ -9,7 +9,7 @@
(jmpi 1 :done) # if ($1) goto :done
(lds 1) # $1 = self
(addim 0 0 -0x1) # $0 = $0 - 1
(push 0) # push($0)
(push 0) # push($0), push argument for next function call
(call 2 1) # $2 = call($1)
(addim 0 0 -0x1) # $0 = $0 - 1
(push 0) # push($0)