View Source Chip8.Interpreter.Instruction.Argument.Address (chip8 v1.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()}
@type value() :: 0..4095

Link to this section Functions