Source Code
003101,000001: # Copyright 2004 Ronald S. Burkey <info@sandroid.org>
003102,000002: #
003103,000003: # This file is part of yaAGC.
003104,000004:
003105,000005: # yaAGC is free software; you can redistribute it and/or modify
003106,000006: # it under the terms of the GNU General Public License as published by
003107,000007: # the Free Software Foundation; either version 2 of the License, or
003108,000008: # (at your option) any later version.
003109,000009:
003110,000010: # yaAGC is distributed in the hope that it will be useful,
003111,000011: # but WITHOUT ANY WARRANTY; without even the implied warranty of
003112,000012: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
003113,000013: # GNU General Public License for more details.
003114,000014:
003115,000015: # You should have received a copy of the GNU General Public License
003116,000016: # along with yaAGC; if not, write to the Free Software
003117,000017: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
003118,000018:
003119,000019: # Filename: ValidateDOUBLE.agc
003120,000020: # Purpose: This is the part of the Validation program that validates
003121,000021: # just the DOUBLE instruction.
003122,000022: # Mod history: 07/05/04 RSB. Began.
003123,000023:
003124,000024: 7407 24061 INCR ERRNUM
003125,000025:
End of include-file ValidateDOUBLE.agc. Parent file is Validation.agc