DataMuseum.dkPresents historical artifacts from the history of: CR80 Hard and Floppy Disks |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CR80 Hard and Floppy Disks Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 662 (0x296) Types: TextFile Names: »DELAY.S«
└─⟦f81e11cf7⟧ Bits:30005196 8" CR80 Floppy CR80FD_0194 ( CR/D/2497 TEST-TDX VS0102 Source moduler Att. Holger Bay 820208/AEK ) └─⟦d066df9e9⟧ └─ ⟦this⟧ »DELAY.S«
«ff» "DELAY.S" "----------------" PROCEDURE INT_DELAY(PC, SP : INTEGER;VAR CC : COMPLETION_CODE); "********************************************************************** AUTHOR: TLM DATE: 810323 *********************************************************************** COMMENTS: **********************************************************************" VAR DELAY : INTEGER; MSG : MESSAGE_BUFFER; EVENT : INTEGER; EVTTYPE : EVENT_TYPE; BEGIN VM := CODE[PC + XVARMASK]; GET_PARAMETER(VM, 1, PC, SP, DELAY); WAIT_EVENT(DELAY, #100, MSG, EVENT, EVTTYPE); END; " INT_DELAY "