module Day16

Included Modules

Extended Modules

Defined in:

day16.cr

Constant Summary

CODETABLE = {} of Int32 => OpCode

Instance Method Summary

Instance methods inherited from module Day

run run, test1(input) test1, test2(input) test2

Instance Method Detail

def decode(input) #

[View source]
def determine(before, after : CPU, op : Operation) : Set(OpCode) #

[View source]
def execute(before, op : Operation, acode : OpCode | Nil = nil) #

[View source]
def part1(input) #

[View source]
def part2(input) #

[View source]