Chip8.Interpreter.Instruction.Argument.Address (chip8 v0.1.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()}
Link to this type
value_range()
@type value_range() :: 0..4095
Link to this section Functions
Link to this function
new(value)
@spec new(value_range()) :: t()
Link to this function
new(address1, address2, address3)
@spec new(0..15, 0..15, 0..15) :: t()