1
0

18 Commits

Author SHA1 Message Date
2317f1e2b7 programs: start rewrite to haskell 2026-06-08 14:03:05 +02:00
30ff19d7ff docs: isa: add sized instructions 2026-06-08 13:59:47 +02:00
cinthyr
52b743de9a tooling: add syntax highlighting for Kakoune
Signed-off-by: Annwan <annwan@annwan.me>
2026-06-05 15:34:49 +02:00
cinthyr
f1ef3d99f1 typo: [0-5]+ > s[0-5]+
Signed-off-by: Annwan <annwan@annwan.me>
2026-06-03 11:25:38 +02:00
3515dee802 typo: asm_main soruce_file > source_file 2026-06-03 00:32:09 +02:00
91a8633243 new: add dump12 utility 2026-06-03 00:31:32 +02:00
cinthyr
6ccbe2fdbf docs: fix typos and punctuation errors, run formatter
Signed-off-by: Annwan <annwan@annwan.me>
2026-06-02 13:43:40 +02:00
bd58085d9e docs: ucsd abi 2026-06-01 18:33:05 +02:00
3e3a39963e build: Makefile actually clean compile_flags.txt 2026-06-01 13:15:47 +02:00
c8dbbac38f build: compile_commands.json → compile_flags.txt
Also have make update it
2026-06-01 13:13:35 +02:00
cinthyr
57d82b7e29 typo: fix typo in error message 2026-06-01 10:41:02 +02:00
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