package
0.0.0-20241213165744-7bb3ea5db4ba
Repository: https://github.com/colasnahaboo/advent-of-code-my-solutions.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
VP = fmt.Println.
VPf = fmt.Printf.
No description provided by the author
VPn (echo -n) = fmt.Print.

# Constants

opcodes, op IDs.
opcodes, op IDs.
opcodes, op IDs.
opcodes, op IDs.
non-existent parameter at parsing.
opcodes, op IDs.
parameter values can be either an integer in NONE..REGV (excluded), or an index in registers, as REGV plus the id of the register or NONE to indicate this parameter was not present at parsing.
opcodes, op IDs.

# Structs

code instructions are 3 ints: opcode and 2 parameters.

# Type aliases

No description provided by the author