From c7b7d01595435bcf879ddd0283521b845fdd83f4 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 6 Sep 2010 19:13:22 -0700 Subject: Registers holding emulated registers are now named. Hopefully 'esp', 'epc', 'eaf', and friends will be less troublesome than 'a4', 'a6', and 'd3'. --- 680.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '680.inc') diff --git a/680.inc b/680.inc index c22f8df..5a996e5 100644 --- a/680.inc +++ b/680.inc @@ -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) -- cgit v1.2.3