LIPA
Language for an internally program-controlled automat
-----------------------------------------------------
List of commands of the simple command set

Input-output commands:
INP(xx)
OUT(xx)

Transport commands:
LDA(xx)
STA(xx)

Arithmetic commands:
INC()
DEC()

Jump commands:
JPU(xx)
JPP(xx)
JPZ(xx)
JPN(xx)

Other commands:
EOJ()

● All commands - with the exception of EOJ() - end with a semicolon,
  optionally followed by a comment in curly brackets.
● In the LIPA program, you can add the commands ADD(xx), SUB(xx),
  MUL(xx), DIV(xx) and MOD(xx) to the simple command set.
