diff options
| author | Duncan Smith | 2010-09-10 19:11:48 -0700 |
|---|---|---|
| committer | Duncan Smith | 2010-09-10 19:11:48 -0700 |
| commit | 229c37b4300394b837e48dd30b0d1e5a4ab49b93 (patch) | |
| tree | ce600bd960232cd48777f30b56e3a678d7174c51 /testbenches | |
| parent | 9313585a96c694b74c9df9d2b0afc06016613e4c (diff) | |
Lazy, slow hack to FETCHW and FETCHWI becuase I forgot about endianness
Diffstat (limited to 'testbenches')
| -rw-r--r-- | testbenches/zexdoc.z80 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testbenches/zexdoc.z80 b/testbenches/zexdoc.z80 index 327e200..efb9c6b 100644 --- a/testbenches/zexdoc.z80 +++ b/testbenches/zexdoc.z80 @@ -90,7 +90,7 @@ loop: ld a,(hl) ; end of list ? dec hl
call stt
jp loop
-
+
done: ld de,msg2
call writestr
jp 0 ; warm boot
|
