diff options
| author | Astrid Smith | 2010-11-09 23:40:32 -0800 |
|---|---|---|
| committer | Astrid Smith | 2010-11-09 23:40:32 -0800 |
| commit | d393bd83bc0183e0644bc0e7ee6e4c92632a2c9f (patch) | |
| tree | 9bd71debcc1b16b108f1744d964ae44b6955c380 /680.inc | |
| parent | 8eb0d87b80a7a0c946d65757b2578145ee41cd1e (diff) | |
Clarified used/free registers list
Diffstat (limited to '680.inc')
| -rw-r--r-- | 680.inc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,8 +2,12 @@ ;; Register naming esp EQUR a4 + ;; a5 is pointer to base of opcode jump table epc EQUR a6 + ;; d0 is scratch generally used in macros + ;; d1 is scratch generally used outside macros + ;; d2 is scratch and up for grabs eaf EQUR d3 ebc EQUR d4 ede EQUR d5 |
