view 3rdparty/utils/dladd/slow.asm @ 3222:c086a5d69b78

Corrected ,pc should have been ,pcr in KRNP3.asm
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 23:28:18 -0600
parents c544854608cf
children
line wrap: on
line source

********************************************************************
* slow - sets the computer to slow 0.89MHz
*
* $Id$
*
* Edt/Rev  YYYY/MM/DD  Modified by
* Comment
* ------------------------------------------------------------------
*   1      2017/09/09  David Ladd
* Started.
*

         nam   slow
         ttl   Slow Down

         ifp1
         use   defsfile
         endc

tylg     set   Prgrm+Objct
atrv     set   ReEnt+Rev
rev      set   $00
edition  set   1

         org   0
         rmb   $0100      for the stack
size     equ   .

         mod   eom,name,tylg,atrv,start,size

name     fcs   /slow/
         fcb   edition

clearn   fcb   C$FORM
LCLEAR   equ   *-clearn

* Entry of program
Start    clrb
         stb   >$FFD8
         OS9   F$Exit

         emod
eom      equ   *
         end