diff options
| author | Duncan Smith | 2010-09-06 19:13:22 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-06 19:13:22 -0700 |
| commit | 2eeb3bf978a1a2ceba8f3b6cb9269cece1321eb3 (patch) | |
| tree | 097c467574a6c90ed458ac876fff20754514671c /680.inc | |
| parent | 70bc8883020a2da4326439a8308513a7385dc568 (diff) | |
Registers holding emulated registers are now named.
Hopefully 'esp', 'epc', 'eaf', and friends will be less troublesome
than 'a4', 'a6', and 'd3'.
Diffstat (limited to '680.inc')
| -rw-r--r-- | 680.inc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ ;; -*- asm -*- + ;; Register naming + esp EQUR a4 + epc EQUR a6 + + eaf EQUR d3 + ebc EQUR d4 + ede EQUR d5 + ehl EQUR d6 + eixy EQUR d7 SAVEREG MACRO movem d3-d7/a3-a6,-(sp) |
