From: cuz Date: Fri, 2 Sep 2005 20:05:25 +0000 (+0000) Subject: Remove call to utsta0 which does no longer exist X-Git-Tag: V2.12.0~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78c5e6fceeea6408796fc34e9f21056434874bb9;p=cc65 Remove call to utsta0 which does no longer exist git-svn-id: svn://svn.cc65.org/cc65/trunk@3620 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/dbg/dbgdasm.s b/libsrc/dbg/dbgdasm.s index 80c90e303..b1e7f152f 100644 --- a/libsrc/dbg/dbgdasm.s +++ b/libsrc/dbg/dbgdasm.s @@ -9,7 +9,7 @@ ; (TEDMon). ; - .import utsta0, popax + .import popax .import __hextab, OffsetTab, AdrFlagTab .import SymbolTab1, SymbolTab2, MnemoTab1, MnemoTab2 @@ -76,7 +76,8 @@ disassret: ldx OperandLen ; Get length of operand inx ; Adjust for opcode byte txa - jmp utsta0 ; Set condition codes + ldx #$00 ; Clear high byte + rts ; ------------------------------------------------------------------------- ; Helper functions @@ -133,7 +134,7 @@ PutHex8: rts ; ------------------------------------------------------------------------- -; Eine Zeile disassemblieren +; Disassemble one line DisAssLine: ldy MemPtr