view 3rdparty/customboots/boisy/testmul.asm @ 2368:51975fad5123

New work
author boisy
date Wed, 20 Jan 2010 20:33:48 +0000
parents
children cb54c1519ce3
line wrap: on
line source

         ifp1
         use   defsfile
         endc

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

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

stack    rmb   200
size     equ   .

name     fcs   /testmul/
         fcb   edition

start
         orcc  #IntMasks
         clra
         clrb
top
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         mul
         bra   top

         emod
eom      equ   *
         end