View Source Chip8.Stack (chip8 v1.0.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()}
A simple Last In First Out queue.
@type t() :: %Chip8.Stack{data: [byte()], size: non_neg_integer()}