Source Code
005684,000001: # Copyright 2004 Ronald S. Burkey <info@sandroid.org>
005685,000002: #
005686,000003: # This file is part of yaAGC.
005687,000004:
005688,000005: # yaAGC is free software; you can redistribute it and/or modify
005689,000006: # it under the terms of the GNU General Public License as published by
005690,000007: # the Free Software Foundation; either version 2 of the License, or
005691,000008: # (at your option) any later version.
005692,000009:
005693,000010: # yaAGC is distributed in the hope that it will be useful,
005694,000011: # but WITHOUT ANY WARRANTY; without even the implied warranty of
005695,000012: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
005696,000013: # GNU General Public License for more details.
005697,000014:
005698,000015: # You should have received a copy of the GNU General Public License
005699,000016: # along with yaAGC; if not, write to the Free Software
005700,000017: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
005701,000018:
005702,000019: # Filename: Utilities.agc
005703,000020: # Purpose: Useful functions for the validation suite.
005704,000021: # Mod history: 07/04/04 RSB. Began.
005705,000022:
005706,000023: # -------------------------------------------------------------------------
005707,000024: # A utility to check if the accumulator contains -1. Swiped from
005708,000025: # Luminary AGC self-check.
005709,000026:
005710,000027: 7565 10000 -1CHK CCS A
005711,000028: 7566 17437 TCF ERRORDSP
005712,000029: 7567 17437 TCF ERRORDSP
005713,000030: 7570 10000 CCS A
005714,000031: 7571 17437 TCF ERRORDSP
005715,000032: 7572 00002 TC Q
005716,000033:
End of include-file Utilities.agc. Parent file is Validation.agc