From e94eb8d5ba0a9d3e474fd91b50465639b01578bd Mon Sep 17 00:00:00 2001 From: Duncan Smith Date: Tue, 9 Nov 2010 23:40:32 -0800 Subject: Clarified used/free registers list --- 680.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '680.inc') diff --git a/680.inc b/680.inc index ac22f33..9cb3325 100644 --- a/680.inc +++ b/680.inc @@ -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 -- cgit v1.2.3