diff options
| author | Duncan Smith | 2010-06-30 17:41:52 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-06-30 17:41:52 -0700 |
| commit | dbe3c673c4c0726a96a155e053fffffe8588e083 (patch) | |
| tree | e1607ac2035860f3f7d1b5111672e403448b5183 /680.inc | |
| parent | 2bb62105cd801bbabf1af11c07e0ee18225f3c12 (diff) | |
foo
Diffstat (limited to '680.inc')
| -rw-r--r-- | 680.inc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ + +SAVEREG MACRO + movem d3-d7/a3-a6,-(sp) + ENDM + +RESTREG MACRO + movem (sp)+,d3-d7/a3-a6 + ENDM |
