mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Remove call to utsta0 which does no longer exist
git-svn-id: svn://svn.cc65.org/cc65/trunk@3620 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
aa577a7a1d
commit
78c5e6fcee
@ -9,7 +9,7 @@
|
|||||||
; (TEDMon).
|
; (TEDMon).
|
||||||
;
|
;
|
||||||
|
|
||||||
.import utsta0, popax
|
.import popax
|
||||||
.import __hextab, OffsetTab, AdrFlagTab
|
.import __hextab, OffsetTab, AdrFlagTab
|
||||||
.import SymbolTab1, SymbolTab2, MnemoTab1, MnemoTab2
|
.import SymbolTab1, SymbolTab2, MnemoTab1, MnemoTab2
|
||||||
|
|
||||||
@ -76,7 +76,8 @@ disassret:
|
|||||||
ldx OperandLen ; Get length of operand
|
ldx OperandLen ; Get length of operand
|
||||||
inx ; Adjust for opcode byte
|
inx ; Adjust for opcode byte
|
||||||
txa
|
txa
|
||||||
jmp utsta0 ; Set condition codes
|
ldx #$00 ; Clear high byte
|
||||||
|
rts
|
||||||
|
|
||||||
; -------------------------------------------------------------------------
|
; -------------------------------------------------------------------------
|
||||||
; Helper functions
|
; Helper functions
|
||||||
@ -133,7 +134,7 @@ PutHex8:
|
|||||||
rts
|
rts
|
||||||
|
|
||||||
; -------------------------------------------------------------------------
|
; -------------------------------------------------------------------------
|
||||||
; Eine Zeile disassemblieren
|
; Disassemble one line
|
||||||
|
|
||||||
DisAssLine:
|
DisAssLine:
|
||||||
ldy MemPtr
|
ldy MemPtr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user