diff options
Diffstat (limited to 'cmpen472hw9_McDonnell/Sources/main.asm')
| -rw-r--r-- | cmpen472hw9_McDonnell/Sources/main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmpen472hw9_McDonnell/Sources/main.asm b/cmpen472hw9_McDonnell/Sources/main.asm index 70443e6..a97068d 100644 --- a/cmpen472hw9_McDonnell/Sources/main.asm +++ b/cmpen472hw9_McDonnell/Sources/main.asm @@ -323,7 +323,7 @@ PrintPrompt ldx #inputBuffer ; Load the address of the inputBuffer into X jsr WriteString ; Write the string to the serial pulx ; Restore X from the stack - rts + rts ; Return ;************************************************************************* ; TimeOnPortB subroutine |
