summaryrefslogtreecommitdiff
path: root/src/Helium/Instructions/Base.agda
AgeCommit message (Collapse)Author
2022-03-08Migrate to agda-stdlib-2.0-dev.axiomaticGreg Brown
2022-02-22Add if_then_ statementsGreg Brown
2022-02-21Replace nat indices with fins.Greg Brown
2022-02-19Unalias bit type.Greg Brown
2022-02-18Remove declare case of Procedure.Greg Brown
2022-02-17Make call and invoke take All instead of tuple.Greg Brown
2022-02-15Make expressions unable to change state.Greg Brown
2022-02-13Define vmla instruction.Greg Brown
2022-02-13Extract common code from pseudocode instructionsGreg Brown
2022-02-13Refactor to group instruction definitions togetherGreg Brown