Skip to content

Commit

Permalink
Constant Improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Zbinden committed Oct 8, 2014
1 parent 48117f6 commit dd39820
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Bytecode Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ Reads D from const. table (if required) and writes it into destination slot A.

OP A D

CBOOL dst bool
CNIL dst nil
CBOOL dst bool (1 true, 0 false)
CNIL dst -

Set A to constant

OP A D

CSHORT dst lits

Set A to 16 bit signed integer D
Expand Down

0 comments on commit dd39820

Please sign in to comment.