1
0

7 Commits

Author SHA1 Message Date
cinthyr
905d05624f docs: Fix a whole lot of typos in the ISA docs 2026-05-31 20:53:09 +02:00
dd699cc933 tooling: add vim syntax for ain-48 assembly 2026-05-31 20:46:55 +02:00
c4dbfc0480 asm: Instruction encoding and decoding 2026-05-31 18:29:38 +02:00
103c50b71b make: Fix clean rules, change intermediary dir
- Fix the clean and deepclean rules to actually make sense: clean
  removes the intermediary, deepclean removes the outputs
- Change the intermediary directory from `out/` to `build/` to better
  reflect how it is used
2026-05-31 14:21:09 +02:00
b1a97d45d1 docs: fix typo in isa spec 2026-05-31 12:58:30 +02:00
a28ae3a6e7 have makefile automatically create out/ if it doesn't exist 2026-05-31 12:36:25 +02:00
5788c5d807 initial commit 2026-05-31 12:33:05 +02:00