mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
5 lines
262 B
Markdown
5 lines
262 B
Markdown
|
# basic_test
|
||
|
|
||
|
Verify basic usage of all instructions. Includes tests to ensure pipeline stalls sufficiently for correctness but does not test for unnecessary stalls.
|
||
|
|
||
|
Currently store/load does not implement proper stalling so these operations are padded with nop
|