diff options
| author | Astrid Smith | 2011-10-22 00:48:25 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-10-22 00:48:25 -0700 |
| commit | 3c802cbedc1f5e5f07afb837efcc160c11336e83 (patch) | |
| tree | 671a540f93f5d910594119eb7e40b438facf49bb /interrupts.s.m4 | |
| parent | b9be2d76a48409e1b5053338cd5f51f22b6e5b2f (diff) | |
Now gas eats it all happily
With the exception of the final binary being too large to link ...
Diffstat (limited to 'interrupts.s.m4')
| -rw-r--r-- | interrupts.s.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interrupts.s.m4 b/interrupts.s.m4 index 8982cb3..5a47d14 100644 --- a/interrupts.s.m4 +++ b/interrupts.s.m4 @@ -26,7 +26,7 @@ int_enabled: dc.b 1 || argument from the JP instruction in the shim, and then || dance off into la-la land. int0_opcode: dc.b 0 - dc.b $c3 | JP immed.w + dc.b 0xc3 | JP immed.w int0_return: dc.w 0 | the destination address |
