Throw warnings for uncalled JC/JS too

This commit is contained in:
Devine Lu Linvega 2023-01-02 20:59:36 -08:00
parent 8e8ebc204a
commit 64658cc25e
1 changed files with 5 additions and 2 deletions

View File

@ -301,6 +301,9 @@ JMP2r
( a ) OVR2 LDA LIT "; EQU STH
( b ) LDA2k LIT2 ";_ EQU2 STHr
AND ,&pass JCN
( a ) OVR2 LDA LIT ", EQU STH
( b ) LDA2k LIT2 ",_ EQU2 STHr
AND ,&pass JCN
POP2 POP2 #00
@ -616,12 +619,12 @@ JMP2r
".__ $1 "STH $1 =unstashed
"#__ $1 "STH $1 =unstashed
"#____ $1 "STH2 $1 =unstashed
( ";__ $1 "JMP2 $1 =uncalled
";__ $1 "JMP2 $1 =uncalled
",__ $1 "JMP $1 =uncalled
";__ $1 "JCN2 $1 =uncalled
",__ $1 "JCN $1 =uncalled
";__ $1 "JSR2 $1 =uncalled
",__ $1 "JSR $1 =uncalled )
",__ $1 "JSR $1 =uncalled
&end