{*******************************************}
{** Definitions for the FLOYD algorithm **}
{*******************************************}
{ File: Floyd.dfn
Created by: Martin J. Shramo - June, 1986
Last Edited: 30-Oct-86 13:56:22
}
{ to list use: print gacha8/f /-a Floyd.dfn }
{ Constants }
Set[ThisCellInitVal, 01]; { uThisCell initial value }
Set[PFRtn, 0]; { page fault return flag for uSTKMisc }
Set[INTRtn, 04]; { interrupt return for uSTKMisc }
Set[ArgBoundry, 0F]; { offset for argument list in block }