remove dangling spaces
This commit is contained in:
@@ -57,5 +57,5 @@ MnemoTab2:
|
||||
.byte $C4,$CA,$26,$48,$44,$44,$A2,$C8
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1579,12 +1579,12 @@ void DbgEntry (void)
|
||||
case 'q':
|
||||
/* Quit program */
|
||||
clrscr ();
|
||||
|
||||
|
||||
/* Exit intentionally with error because one may
|
||||
** say that DbgEntry is always abnormal.
|
||||
** say that DbgEntry is always abnormal.
|
||||
*/
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ disassret:
|
||||
inx ; Adjust for opcode byte
|
||||
txa
|
||||
ldx #$00 ; Clear high byte
|
||||
rts
|
||||
rts
|
||||
|
||||
; -------------------------------------------------------------------------
|
||||
; Helper functions
|
||||
|
||||
Reference in New Issue
Block a user