diff options
Diffstat (limited to 'Source/DSPSpy/dsp_code.ds')
| -rw-r--r-- | Source/DSPSpy/dsp_code.ds | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/DSPSpy/dsp_code.ds b/Source/DSPSpy/dsp_code.ds index 5f9d2d92cc..c9b4adf9bc 100644 --- a/Source/DSPSpy/dsp_code.ds +++ b/Source/DSPSpy/dsp_code.ds @@ -87,7 +87,7 @@ MEM_LO: equ 0x0f7F sbset #0x05
sbset #0x06
- s40
+ set16
lri $CR, #0x00ff
; Why do we have a main label here?
@@ -192,7 +192,7 @@ main: mrr $r00, $r13
call send_back
- s16
+ set40
nop
lris $AC0.M, #0xcc
lris $AC1.M, #0xcc
@@ -208,11 +208,11 @@ main: cw 0xa900
call send_back
- s16
+ set40
cw 0xa100
call send_back
- s16
+ set40
cw 0xa900
call send_back
@@ -502,7 +502,7 @@ irq4: jmp irq
irq5:
; No idea what this code is doing.
- s40
+ set16
mrr $r0d, $r1c
mrr $r0d, $r1e
clr $acc0
@@ -644,8 +644,8 @@ dma_copy: ret ; from send_back
-; If you are in s16 mode, use this instead of send_back if you want to stay
-; in s16 mode.
+; If you are in set40 mode, use this instead of send_back if you want to stay
+; in set40 mode.
send_back_40:
set16
call send_back
|
