view 3rdparty/utils/dladd/slow.asm @ 3295:6b7a7b233925 default tip

makefile: Allow PORTS with level1/2 mix https://sourceforge.net/p/nitros9/feature-requests/10/
author Tormod Volden <debian.tormod@gmail.com>
date Tue, 19 Apr 2022 18:12:17 +0200
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