diff --git a/examples/build/regmap_test.dsp b/examples/build/regmap_test.dsp new file mode 100644 index 0000000..04b60c6 --- /dev/null +++ b/examples/build/regmap_test.dsp @@ -0,0 +1,11 @@ + .section/PM program0; + .global _start; +_start: + cntr = 10; + stacka = 0x1000; + imask = 0xFF; + irptl = 0; + icntl = 0; + nop; +_halt: + jump _halt; diff --git a/examples/isa_test.bin b/examples/isa_test.bin index 5714b23..0ddc7d3 100644 Binary files a/examples/isa_test.bin and b/examples/isa_test.bin differ