class GBA::Pipeline

Overview

A super minimalistic FIFO queue implementation optimized for use as an ARM instruction pipeline.

Defined in:

crab/gba/pipeline.cr

Instance Method Summary

Instance Method Detail

def clear : Nil #

[View source]
def peek : UInt32 #

[View source]
def push(instr : UInt32) : Nil #

[View source]
def shift : UInt32 #

[View source]
def size : Int32 #

[View source]