fix JSL/JML

This commit is contained in:
mrdudz
2025-06-29 18:28:49 +02:00
parent 51dc9119a9
commit 501dc00c9f
2 changed files with 9 additions and 2 deletions

View File

@@ -636,6 +636,13 @@ or two far addresses whose high byte will be used.
mvp $123456, $789ABC ; bank $12 to $78 mvp $123456, $789ABC ; bank $12 to $78
</verb></tscreen> </verb></tscreen>
also see <ref id="long_jsr_jmp_rts" name="long_jsr_jmp_rts">
<ref id=".SMART" name=".SMART">
<ref id=".A8" name=".A8">
<ref id=".A16" name=".A16">
<ref id=".I8" name=".I8">
<ref id=".I16" name=".I16">
<sect2>sweet16 mode<label id="sweet16-mode"><p> <sect2>sweet16 mode<label id="sweet16-mode"><p>

View File

@@ -934,7 +934,7 @@ $13 ora (offs8, s), y
$17 ora [dp], y $17 ora [dp], y
$1b tcs transfer C to stack pointer $1b tcs transfer C to stack pointer
$1f ora abs24, x $1f ora abs24, x
$22 jsr abs24 $22 jsl abs24
$23 and offs8, s $23 and offs8, s
$27 and [dp] $27 and [dp]
$2b pld pull direct page register $2b pld pull direct page register
@@ -953,7 +953,7 @@ $53 eor (offs8, s), y
$54 mvn src, dst $54 mvn src, dst
$57 eor [dp], y $57 eor [dp], y
$5b tcd transfer C to direct page register $5b tcd transfer C to direct page register
$5c jmp abs24 $5c jml abs24
$5f eor abs24, x $5f eor abs24, x
$62 per rel16 push effective relative address $62 per rel16 push effective relative address
$63 adc offs8, s $63 adc offs8, s