OS Vectors#

MODULE
;*********************************
;** 
;** OS-Vector collection
;** ACTION-Proceduren
;** Januar 1990 by PhoeniX SoftCrew
;**
;** FILE:OSROUT.ACT
;**
;*********************************

;(Jump through DOSVEC $0A)
PROC DOSR =$C434 ()

; (Jump through DOSINI $0C)
PROC DOS =$C649 ()

; (Jump through CASINI $02)
PROC CASINI =$C6AE ()

; (Jump through RUNAD $2E0)
PROC RUNADR =$C7E0 ()

; (Jump through "adr")
PROC JMP =$F2AD ()

PROC Jump (CARD adr)

  CARD addr=$64
  addr=adr
  JMP ()

RETURN

; ( insert line at cursorposition)
PROC INSERT =$F50C ()

; (delete line at cursorposition)
PROC DELETE =$F520 ()

; (move Cursor down to last line)
PROC DOWN =$F55F ()

; (init screen-editor)
PROC EDITOR =$F6BC ()

; (clear line)
PROC CLEARLINE =$F7E2 ()

; (scroll Screen)
PROC SCROLL =$F7F7 ()

; (Keyclick sound)
PROC CLICK =$F983 ()

; (Casette-beep Sound)
PROC BEEPWAIT =$FDFC (BYTE times)

; (read key)
PROC KBGET =$F302 ()

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
atr
OSVECTORS.ATR 133.1 kB 1 26-Oct-2015 16:48 Florian Dingler
« This page (revision-1) was last changed on 03-Feb-2023 16:21 by Carsten Strotmann  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3