inc!

i v


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($push/val 'set!))
(    2 ($get/val 'i))
(    4 ($push/val '+))
(    6 ($get/val 'i))
(    8 ($get/val 'v))
(   10 ($dup))
(   11 ($jt* 13))
(   14 ($drop))
(   15 ($push/int/byte 1))
(   17 ($dup))
(   18 ($jt* 6))
(   21 ($drop))
(   22 ($push/val #f))
(   24 ($push/nil))
(   25 ($cons))
(   26 ($cons))
(   27 ($cons))
(   28 ($push/nil))
(   29 ($cons))
(   30 ($cons))
(   31 ($cons))
(   32 ($ret))