Source Code
005903,000001: # Copyright 2016 Mike Stewart <mastewar1@gmail.com>
005904,000002: #
005905,000003: # This file is part of yaAGC.
005906,000004:
005907,000005: # yaAGC is free software; you can redistribute it and/or modify
005908,000006: # it under the terms of the GNU General Public License as published by
005909,000007: # the Free Software Foundation; either version 2 of the License, or
005910,000008: # (at your option) any later version.
005911,000009:
005912,000010: # yaAGC is distributed in the hope that it will be useful,
005913,000011: # but WITHOUT ANY WARRANTY; without even the implied warranty of
005914,000012: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
005915,000013: # GNU General Public License for more details.
005916,000014:
005917,000015: # You should have received a copy of the GNU General Public License
005918,000016: # along with yaAGC; if not, write to the Free Software
005919,000017: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
005920,000018:
005921,000019: # Filename: Interrupts.agc
005922,000020: # Purpose: This file holds interrupt handlers and tests of interrupts
005923,000021: # for the validation suite.
005924,000022: # Mod history: 11/12/16 MAS. Created as a start for interrupt checks.
005925,000023:
005926,000024: 5741 BLOCK 02
005927,000025: 5741 37613 T3RUPT CAF O37774 # Schedule another TIME3 interrupt
005928,000026: 5742 54026 TS TIME3 # ... and don't do anything else, yet...
005929,000027:
005930,000028: 5743 52011 RESUME DXCH ARUPT # Restore A, L, and Q, and exit the interrupt
005931,000029: 5744 00006 EXTEND
005932,000030: 5745 22012 QXCH QRUPT
005933,000031: 5746 50017 RESUME
End of include-file Interrupts.agc. Parent file is Validation.agc