[][src]Module rdcl_aoc_helpers::machine

Machine that performs assembly-like instructions.

Modules

hook

Hooks allow you to influence how the program is executed.

instruction

A machine instruction.

output_receiver

Whenever your machine produces output.

register

The registers of the machine.

Structs

Machine

A machine which can run instructions.