From 854a8a9abf29e5cab28871f7a81d0fd1e7474b3d Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 4 Dec 2012 19:13:12 -0800 Subject: M68K to x86 translation works for a limited subset of instructions and addressing modes --- notes.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'notes.txt') diff --git a/notes.txt b/notes.txt index f3f54e7..f791327 100644 --- a/notes.txt +++ b/notes.txt @@ -36,16 +36,15 @@ dl = Z flag dh = C flag rbp = target cycle count rsi = context pointer -rdi = d0 -r8 = d1 -r9 = d2 -r10 = d3 -r11 = a0 -r12 = a1 -r13 = a6 -r14 = a7 -r15 = work ram address -r16 = cartridge address +rdi = scratch register +r8 = cartridge address +r9 = work ram address +r10 = d0 +r11 = d1 +r12 = d2 +r13 = a0 +r14 = a1 +r15 = a7 rsp = native stack pointer 68K context: -- cgit v1.2.3