mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-29 01:33:40 +00:00
SEQ:bugfix
This commit is contained in:
parent
35a1581a70
commit
b5e7bafb21
Binary file not shown.
@ -234,21 +234,6 @@ CS.RUN
|
||||
|
||||
.82 jsr CS.RUN.Seq ; everything is set, go 'seq' fame and fortune
|
||||
jmp .99
|
||||
|
||||
*--- Display usage and error out ------
|
||||
.9
|
||||
>LDYA L.MSG.USAGE ; push address for usage text
|
||||
>SYSCALL PutS ; print usage message
|
||||
lda #E.SYN ; set OS return code as Syntax Error
|
||||
sec ; indicate we don't want CS.RUN called again
|
||||
rts ; return to OS
|
||||
|
||||
*--- Successful exit ------------------
|
||||
.99
|
||||
lda #0 ; set OS return code to success
|
||||
sec ; indicate we don't want CS.RUN called again
|
||||
rts ; return to OS
|
||||
|
||||
*--------------------------------------
|
||||
* Called if option S.PS.F.EVENT enabled in Header
|
||||
* Timer Event : every 10th seconds
|
||||
|
Loading…
Reference in New Issue
Block a user