Terms

Whenever a command expects a number it can be specified by a term. The following arithmetics may be used:

UpArrow, <, >bank-, hi-, lo-byte
modmodulo
*, /multiply/divide
+, -add/subtract
+, -positive/negative sign
>>, <<right/left shift
@aand
@nnot
@eeor
@oor

The operations are listed by their priority. Brackets can override this.

Example:

All commands do the same

m c002

m !49152+8>>2

m (8+4)*1000 + 2