banner: register-direct jump, no literal

This commit is contained in:
SashegDev
2026-09-11 07:59:06 +00:00
parent 6b88d40537
commit 6a94a26e0d
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -19,4 +19,6 @@ bn_loop:
str r1, [r3, #0x70] str r1, [r3, #0x70]
b bn_loop b bn_loop
bn_done: bn_done:
ldr pc, =0x802f694 movw lr, #:lower16:0x802f694
movt lr, #:upper16:0x802f694
bx lr
+2 -1
View File
@@ -498,7 +498,8 @@ static void saimaa_machine_init(MachineState *machine)
0x10, 0xb5, 0x4f, 0xf2, 0x00, 0x03, 0xc0, 0xf2, 0x10, 0xb5, 0x4f, 0xf2, 0x00, 0x03, 0xc0, 0xf2,
0x8a, 0x73, 0x21, 0x21, 0x19, 0x67, 0x10, 0xf8, 0x8a, 0x73, 0x21, 0x21, 0x19, 0x67, 0x10, 0xf8,
0x01, 0x1b, 0x09, 0xb1, 0x19, 0x67, 0xfa, 0xe7, 0x01, 0x1b, 0x09, 0xb1, 0x19, 0x67, 0xfa, 0xe7,
0xdf, 0xf8, 0x00, 0xf0, 0x94, 0xf6, 0x02, 0x08, 0x4f, 0xf2, 0x94, 0x6e, 0xc0, 0xf6, 0x02, 0x0e,
0x70, 0x47,
}; };
size_t k; size_t k;
for (k = 0; k < sizeof(bn); k += 4) { for (k = 0; k < sizeof(bn); k += 4) {