Source Code
005464,000001: # Copyright 2004 Ronald S. Burkey <info@sandroid.org>
005465,000002: #
005466,000003: # This file is part of yaAGC.
005467,000004:
005468,000005: # yaAGC is free software; you can redistribute it and/or modify
005469,000006: # it under the terms of the GNU General Public License as published by
005470,000007: # the Free Software Foundation; either version 2 of the License, or
005471,000008: # (at your option) any later version.
005472,000009:
005473,000010: # yaAGC is distributed in the hope that it will be useful,
005474,000011: # but WITHOUT ANY WARRANTY; without even the implied warranty of
005475,000012: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
005476,000013: # GNU General Public License for more details.
005477,000014:
005478,000015: # You should have received a copy of the GNU General Public License
005479,000016: # along with yaAGC; if not, write to the Free Software
005480,000017: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
005481,000018:
005482,000019: # Filename: Utilities.agc
005483,000020: # Purpose: Useful functions for the validation suite.
005484,000021: # Mod history: 07/04/04 RSB. Began.
005485,000022:
005486,000023: # -------------------------------------------------------------------------
005487,000024: # A utility to check if the accumulator contains -1. Swiped from
005488,000025: # Luminary AGC self-check.
005489,000026:
005490,000027: 7360 10000 -1CHK CCS A
005491,000028: 7361 17240 TCF ERRORDSP
005492,000029: 7362 17240 TCF ERRORDSP
005493,000030: 7363 10000 CCS A
005494,000031: 7364 17240 TCF ERRORDSP
005495,000032: 7365 00002 TC Q
005496,000033:
End of include-file Utilities.agc. Parent file is Validation.agc