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 /global.inc | |
| parent | b9be2d76a48409e1b5053338cd5f51f22b6e5b2f (diff) | |
Now gas eats it all happily
With the exception of the final binary being too large to link ...
Diffstat (limited to 'global.inc')
| -rw-r--r-- | global.inc | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,18 +1,18 @@ || -*- gas -*- || Register naming -.equiv esp a4 +.equiv esp, a4 || a5 is pointer to base of opcode jump table -.equiv epc a6 +.equiv epc, a6 || d0 is scratch generally used in macros || d1 is scratch generally used outside macros || d2 is scratch and up for grabs -.equiv eaf d3 -.equiv ebc d4 -.equiv ede d5 -.equiv ehl d6 -.equiv eixy d7 +.equiv eaf, d3 +.equiv ebc, d4 +.equiv ede, d5 +.equiv ehl, d6 +.equiv eixy, d7 .macro SAVEREG movem.l d3-d7/a3-a6,-(sp) @@ -24,4 +24,4 @@ || Size of the ‘jmp do_interrupt’ in every invocation of || START. -.set INT_OFFSET 4 +.set INT_OFFSET, 4 |
