DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 385 (0x181) Types: TextFile Names: »V«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS └─ ⟦9a14c9417⟧ »DATA« └─⟦this⟧
-- Copyright 1990 Verdix Corporation -- Machine dependent test and set routine WITH System; PACKAGE V_Tas IS PRAGMA Suppress (All_Checks); PRAGMA Suppress (Exception_Tables); -- A value of 1 is returned in the result parameter if the flag was set PROCEDURE Test_And_Set (Flag_A : System.Address; Result : OUT Boolean); PRAGMA Inline_Only (Test_And_Set); END V_Tas;