2003-01-02 01:50:39 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Elysium' Witkowiak
|
|
|
|
;
|
|
|
|
; 2.1.2003
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export setoserror
|
|
|
|
.import __oserror
|
2003-01-02 01:50:39 +00:00
|
|
|
|
|
|
|
setoserror:
|
2013-05-09 13:56:54 +02:00
|
|
|
stx __oserror
|
|
|
|
txa
|
|
|
|
ldx #0 ; X is cleared (high byte for promoting char to int)
|
|
|
|
tay ; Y register is used just to save flags state
|
|
|
|
rts
|