changeset 1442:f95ffaf7d745

source consistency change
author boisy
date Thu, 04 Dec 2003 13:14:10 +0000
parents 466c43794fcc
children 13114abbf030
files 3rdparty/utils/supercomm/supercomm.asm
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/utils/supercomm/supercomm.asm	Thu Dec 04 12:11:02 2003 +0000
+++ b/3rdparty/utils/supercomm/supercomm.asm	Thu Dec 04 13:14:10 2003 +0000
@@ -14,12 +14,15 @@
          use   defsfile
          endc
 
+tylg     set   Prgrm+Objct
+atrv     set   ReEnt+rev
 rev      set   $01
-
-         mod   eom,name,Prgrm+Objct,ReEnt+rev,start,DSize
+edition  set   $01 
+
+         mod   eom,name,tylg,atrv,start,dsize
 
 name     fcs   /SuperComm/
-Edition  fcb   $01 
+         fcb   edition
 
 *************************************************
 *
@@ -231,7 +234,7 @@
 u14B9    rmb   512
 u16B9    rmb   $2000-200-.  ASCII recieve buffer (expanded by #xxK modifier)
 u1F38    rmb   200          stack
-DSize    equ   .
+dsize    equ   .
 
          fcc   'Program by Dave Philipsen Copyright (c) 1988, 1989,1992'
          fcc   / ('92 updates by Randy K. Wilson)/