View Source Chip8.Interpreter.Instruction.Argument.Address (chip8 v1.0.0)
A 12-bit integer value representing a memory address location.
Link to this section Summary
Link to this section Types
@type t() :: %Chip8.Interpreter.Instruction.Argument.Address{value: value_range()}
@type value_range() :: 0..4095
Link to this section Functions
@spec new(value_range()) :: t()
@spec new(0..15, 0..15, 0..15) :: t()