Chip8.Stack (chip8 v0.1.0)
A simple Last In First Out queue.
Link to this section Summary
Link to this section Types
@type t() :: %Chip8.Stack{data: [byte()], size: non_neg_integer()}
Link to this section Functions
Link to this function
new()
@spec new() :: t()
Link to this function
pop(stack)
Link to this function