summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2012-03-05 00:56:52 -0800
committerAstrid Smith2012-03-05 00:59:16 -0800
commit3d5145de62f91d4b12e5dbffc156790028d6cd7a (patch)
tree4d86060c977de43417723c8aea4e5724ee9819c8
parent8f9d96d771cca403133345e7e7d5aafea0b0b297 (diff)
Whoops, that's code
-rw-r--r--technical.markdown2
1 files changed, 2 insertions, 0 deletions
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.