Source Code
004597,000001: # Copyright 2004 Ronald S. Burkey <info@sandroid.org>
004598,000002: #
004599,000003: # This file is part of yaAGC.
004600,000004:
004601,000005: # yaAGC is free software; you can redistribute it and/or modify
004602,000006: # it under the terms of the GNU General Public License as published by
004603,000007: # the Free Software Foundation; either version 2 of the License, or
004604,000008: # (at your option) any later version.
004605,000009:
004606,000010: # yaAGC is distributed in the hope that it will be useful,
004607,000011: # but WITHOUT ANY WARRANTY; without even the implied warranty of
004608,000012: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
004609,000013: # GNU General Public License for more details.
004610,000014:
004611,000015: # You should have received a copy of the GNU General Public License
004612,000016: # along with yaAGC; if not, write to the Free Software
004613,000017: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
004614,000018:
004615,000019: # Filename: SmallyRUPTCHK.agc
004616,000020: # Purpose: This is code written from the flowchart on p. 48 of
004617,000021: # E-2065, which is a document titled "Block II AGC
004618,000022: # Self-Check and Show-Banksum", by Edwin D. Smally.
004619,000023: # Mod history: 07/07/04 RSB. Began.
004620,000024:
004621,000025: # Similar code was apparently originally in Luminary and/or Colossus,
004622,000026: # but much of it was removed over the course of time to make more room.
004623,000027: # I don't know what the original code was like, but the flowcharts still
004624,000028: # exist, so I've rewritten the code from the flowcharts.
004625,000029:
004626,000030: # P. 48 of Smally
004627,000031:
004628,000032: 04,3255 24062 INCR ERRSUB # 77
004629,000033:
End of include-file SmallyRUPTCHK.agc. Parent file is ValidateSmally.agc