main0.red 243 B

12345678910
  1. % MAIN0.RED - A "trivial" file of ALM level LAP to test basic set of
  2. % tools: LAP-TO-ASM mostly, and CMACROs
  3. LAP '((!*ENTRY DummyFunctionDefinition Expr 1)
  4. (!*ALLOC 0)
  5. (!*MOVE (REG 1) (REG 2))
  6. (!*EXIT 0));
  7. END;