diff options
| author | Astrid Smith | 2010-09-13 15:23:46 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-13 15:23:46 -0700 |
| commit | cb958c595b99a8e6c1872c00a49744947100a9b6 (patch) | |
| tree | 667ec1ec668225c54e0a00d34c70efabf8642c40 /testbenches/zexdoc.z80 | |
| parent | 13d31754d1e4d5a0c86a142396987c2443d0795d (diff) | |
Changed zexdoc to halt instead of jumping into neverneverland when it's done
Diffstat (limited to 'testbenches/zexdoc.z80')
| -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 d4ee964..da8b443 100644 --- a/testbenches/zexdoc.z80 +++ b/testbenches/zexdoc.z80 @@ -93,7 +93,7 @@ loop: ld a,(hl) ; end of list ? done: ld de,msg2
call writestr
- jp 0 ; warm boot
+ halt
tests:
.dw adc16
|
