mirror of
https://github.com/softwarejanitor/da65.git
synced 2025-02-06 19:29:51 +00:00
Re-fixed absolute mode
This commit is contained in:
parent
9e96b093ac
commit
8ef892ee3e
2
da65.pl
2
da65.pl
@ -1070,7 +1070,7 @@ sub mode_Absolute {
|
||||
if ($input_mode) {
|
||||
print uc sprintf("%04x: %3.3s \$%02x%02x\n", $addr + $base, $instr, $bytes[$addr + 2], $bytes[$addr + 1]);
|
||||
} else {
|
||||
print uc sprintf("%08x %02x %02x %02x %3.3s \$%02x%02x\n", $addr + $base, $bytes[$addr], $bytes[$addr + 2], $bytes[$addr + 1], $instr, $bytes[$addr + 1], $bytes[$addr + 2]);
|
||||
print uc sprintf("%08x %02x %02x %02x %3.3s \$%02x%02x\n", $addr + $base, $bytes[$addr], $bytes[$addr + 1], $bytes[$addr + 2], $instr, $bytes[$addr + 2], $bytes[$addr + 1]);
|
||||
}
|
||||
$_[0] += 3;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user