src/RISC

RISC emulator for Oberon-0 or Nim-0 object code execution

Procs

proc riscRun(target: string; args: seq[string]; verbose: bool): int {.
    ...raises: [IOError, ValueError], tags: [ReadIOEffect, WriteIOEffect].}
Load source RISC object file and execute command given by args.

Templates

template until(cond, body: untyped): untyped
Reproduce repeat ... until condition that exists in Oberon.