diff options
| author | makefu <github@syntax-fehler.de> | 2011-08-24 01:59:20 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2011-08-24 01:59:20 +0200 |
| commit | 8951433431572bb3e3e2c7b77d97f49df7ce6170 (patch) | |
| tree | 7938b56cee8d403b806044ed8fc92a56d388dc74 /oncology/dpfhack_display/src/jmptbl_white.s | |
| parent | 1288c00ac6048b180e959b56d1834f927417c552 (diff) | |
| parent | f5d75883e517965fa025e7b88e790a13a3e9dc9b (diff) | |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'oncology/dpfhack_display/src/jmptbl_white.s')
| -rw-r--r-- | oncology/dpfhack_display/src/jmptbl_white.s | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/oncology/dpfhack_display/src/jmptbl_white.s b/oncology/dpfhack_display/src/jmptbl_white.s new file mode 100644 index 00000000..bd8a0488 --- /dev/null +++ b/oncology/dpfhack_display/src/jmptbl_white.s @@ -0,0 +1,22 @@ +; This is the jump table patch for the 'white' type DPF +; It's activated through the first stage hack +; This is necessary, because the first sector can not be patched safely. + + .area HOME(CODE) + .area DSEG (DATA,ABS) + + .include 'hack.inc' + + TERMINATOR = 0x00 + +; Module p53: + code_start.53 = start_addr ; DO NOT CHANGE. ABSOLUTE. + code_end.53 = end_addr + offset.53 = load_offset + + .org 0x0228 +p53: +; New mod53: + .dw code_start.53 - 0x800, code_end.53 - 0x800 + .db offset.53, offset.53 >> 8, offset.53 >> 16 + .db TERMINATOR |
