Merge pull request #10694 from Pokechu22/dsp-assembler-error-messages-etc

DSPAssembler: Rework errors and warnings, and related cleanup
This commit is contained in:
Tilka
2022-05-29 00:16:23 +01:00
committed by GitHub
11 changed files with 289 additions and 248 deletions

View File

@ -138,3 +138,6 @@ sub $acc1, $acc0
set16
call send_back ; 20
; We're done, DO NOT DELETE THIS LINE
jmp end_of_test

View File

@ -213,19 +213,19 @@ test_cond:
ADDARN $AR0, $IX0
LRI $IX0, #0x0100
CW 0x0278 ; IFx8
IFx8
ADDARN $AR0, $IX0
LRI $IX0, #0x0200
CW 0x0279 ; IFx9
IFx9
ADDARN $AR0, $IX0
LRI $IX0, #0x0400
CW 0x027A ; IFxA
IFxA
ADDARN $AR0, $IX0
LRI $IX0, #0x0800
CW 0x027B ; IFxB
IFxB
ADDARN $AR0, $IX0
LRI $IX0, #0x1000

View File

@ -244,5 +244,5 @@ lri $AX1.L, #0x13
nx'ldnm : $AX0.L, $AX1.L, @$AR0
call send_back ; 20
; We're done, DO NOT DELETE THIS LINE
jmp end_of_test

View File

@ -114,4 +114,5 @@ neg $ACC0
set40
call send_back ; 18
; We're done, DO NOT DELETE THIS LINE
jmp end_of_test