MetaModelica Tutorial - Welcome to OpenModelica

The input/output instructions GET X and PUT X will input and output a value to variable X, respectively. There are 5 conditional jump instructions and one unconditional jump. The conditional jumps are: JN,JP,JNZ,JPZ, and JNP which jump to a label (address) conditionally on the current value in the accumulator. The J L1 instruction is an example of an unconditional jump to the label L1. The LAB ... ................
................