view 3rdparty/customboots/boisy/testcwai.asm @ 2421:8873faeef1ad

Added Vi.PkSz for convenience
author boisy
date Tue, 26 Jan 2010 19:38:24 +0000
parents 520fee257cac
children
line wrap: on
line source

         ifp1
         use   os9defs
         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   /testcwai/
         fcb   edition

start
         cwai  #$FF
         
         clrb
         os9   F$Exit

         emod
eom      equ   *
         end