We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c406bb commit 494b072Copy full SHA for 494b072
cores/gba/rtl/cpu/Decoder.sv
@@ -375,6 +375,8 @@ module GBA_Decoder (
375
376
bus.word.arm.block.reg_list = {8'd0, IR_THUMB[7:0]};
377
378
+ if (IR_THUMB[7:0] == 8'd0) bus.word.arm.block.force_no_align_pc = 1'b1;
379
+
380
if (IR_THUMB[11]) begin
381
// POP = LDMIA SP!
382
bus.instr_type = ARM_INSTR_LDM;
0 commit comments