Module load_file

Module load_file 

Source

Structs§

DEFAULT_CONSTANTS
Field
Instruction
Metadata
Metadata about a Redcode program that is stored in the comments.
Program
A parsed Redcode program, which can be loaded into a core for execution
Warrior
The main public struct used to represent a Redcode warrior

Enums§

AddressMode
Modifier
Opcode
PseudoOpcode
Value

Type Aliases§

Instructions
LabelMap
Offset
Type alias for signed integer offset. Even though all offsets are modulo CORESIZE, they may be larger before CORESIZE is known.
UOffset
Type alias for unsigned integer offset. Even though all offsets are modulo CORESIZE, they may be larger before CORESIZE is known.