diff options
| author | Astrid Smith | 2010-09-10 19:11:48 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-10 19:11:48 -0700 |
| commit | f04517792ecbb28b644063f98d138079f7ca53f6 (patch) | |
| tree | a3a0296b76756e58fd413efa16ec411e3e086f5e /testbenches | |
| parent | 522b7ce4d83ef08fadc9fbc4b700a2ef6bbd9c0e (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
|
