DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦346bcef31⟧ TextFile

    Length: 385 (0x181)
    Types: TextFile
    Names: »V«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

-- 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;