feat(L05): add ALU assembler and execute card

This commit is contained in:
user
2026-07-21 16:59:44 +02:00
commit ba7346f3e5
42 changed files with 7188 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
schema: 1
targets:
native: {profile: native-amd64, actions: [build, test, run]}
hazard3-baremetal: {profile: hazard3-sim, actions: [build, test, run, debug]}
actions:
build: [bash, tools/card-action.sh, build]
test: [bash, tools/card-action.sh, test]
run: [bash, tools/card-action.sh, run]
debug: [bash, tools/card-action.sh, debug]
artifacts: {directory: .stem/artifacts}