fix JSL/JML
This commit is contained in:
@@ -636,6 +636,13 @@ or two far addresses whose high byte will be used.
|
||||
mvp $123456, $789ABC ; bank $12 to $78
|
||||
</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>
|
||||
|
||||
|
||||
@@ -934,7 +934,7 @@ $13 ora (offs8, s), y
|
||||
$17 ora [dp], y
|
||||
$1b tcs transfer C to stack pointer
|
||||
$1f ora abs24, x
|
||||
$22 jsr abs24
|
||||
$22 jsl abs24
|
||||
$23 and offs8, s
|
||||
$27 and [dp]
|
||||
$2b pld pull direct page register
|
||||
@@ -953,7 +953,7 @@ $53 eor (offs8, s), y
|
||||
$54 mvn src, dst
|
||||
$57 eor [dp], y
|
||||
$5b tcd transfer C to direct page register
|
||||
$5c jmp abs24
|
||||
$5c jml abs24
|
||||
$5f eor abs24, x
|
||||
$62 per rel16 push effective relative address
|
||||
$63 adc offs8, s
|
||||
|
||||
Reference in New Issue
Block a user