View Source Chip8.Interpreter.Instruction.Argument.Byte (chip8 v1.1.0)
An 8-bit integer literal value.
Link to this section Summary
Link to this section Types
@type t() :: %Chip8.Interpreter.Instruction.Argument.Byte{value: value()}
@type value() :: 0..255
Link to this section Functions
@spec new( Chip8.Interpreter.Instruction.Argument.nibble(), Chip8.Interpreter.Instruction.Argument.nibble() ) :: t()