
/*
 *  DC1/ASM.H
 *
 *    (c)Copyright 1992-1997 Obvious Implementations Corp.  Redistribution and
 *    use is allowed under the terms of the DICE-LICENSE FILE,
 *    DICE-LICENSE.TXT.
 */

#define SWAPS(s1,s2)    {   Stor *t = s2; s2 = s1; s1 = t; }

