From 3d5145de62f91d4b12e5dbffc156790028d6cd7a Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 5 Mar 2012 00:56:52 -0800 Subject: Whoops, that's code --- technical.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/technical.markdown b/technical.markdown index 5cf9f13..22b5a0d 100644 --- a/technical.markdown +++ b/technical.markdown @@ -67,8 +67,10 @@ routine is executed. (This is just to make it easy to set a breakpoint on every instruction fetch, so I can single-step through emulated code.) +```asm 01BB80: 1B 5E B1 10 MOVE.B (A6)+,($01BB86) 01BB84: 4E E4 xx 04 JMP ($xx04,A5) +``` The Tezxas setup requires instruction routines to begin at 256-byte intervals within a 64k long block. -- cgit v1.2.3