JMP #0 at end of RP06 loader
This commit is contained in:
parent
081328a441
commit
552011dfa0
1 changed files with 3 additions and 1 deletions
|
@ -143,10 +143,12 @@ void set_boot_loader(bus *const b, const bootloader_t which)
|
||||||
static const uint16_t rp06_code[] = {
|
static const uint16_t rp06_code[] = {
|
||||||
0012700, // MOV #0176704,R0
|
0012700, // MOV #0176704,R0
|
||||||
0176704,
|
0176704,
|
||||||
0012740, // MOV #177000,-(R0)
|
0012740, // MOV #0177000,-(R0)
|
||||||
0177000,
|
0177000,
|
||||||
0012740, // MOV #071, -(R0)
|
0012740, // MOV #071, -(R0)
|
||||||
0000071,
|
0000071,
|
||||||
|
0000127, // JMP #0
|
||||||
|
0000000,
|
||||||
00, // HALT
|
00, // HALT
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue