Mercurial > hg > Members > kono > nitros9-code
changeset 2807:3b7b5021f8bc lwtools-port
Cosmetic
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 01 Feb 2013 21:34:07 -0600 |
parents | 2eefe79fafe4 |
children | 6ad3087af262 |
files | level1/cmds/dw.as level1/cmds/inetd.as level1/cmds/telnet.as lib/atari.as lib/coco.as lib/coco3.as lib/coco3_6309.as lib/dragon.as lib/net.as lib/sys6809l1.as |
diffstat | 10 files changed, 37 insertions(+), 34 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/dw.as Fri Feb 01 19:52:03 2013 -0600 +++ b/level1/cmds/dw.as Fri Feb 01 21:34:07 2013 -0600 @@ -12,12 +12,16 @@ nam dw ttl command interface to the server -tylg set $01 Prgrm+Objct -atrv set $80+rev ReEnt+rev + section __os9 +type set Prgrm +lang set Objct +attr set ReEnt rev set $00 edition set 1 +stack set 200 + endsect - section .bss + section bss pbuffer rmb 256 pbend rmb 2 cbuffer rmb 256 @@ -29,7 +33,6 @@ endsect section code -* psect dw_a,$01,$80,1,200,start * signal handling icpt lda #1
--- a/level1/cmds/inetd.as Fri Feb 01 19:52:03 2013 -0600 +++ b/level1/cmds/inetd.as Fri Feb 01 21:34:07 2013 -0600 @@ -18,12 +18,16 @@ nam inetd ttl internet daemon -tylg set $01 Prgrm+Objct -atrv set $80+rev ReEnt+rev + section __os9 +type set Prgrm +lang set Objct +attr set ReEnt rev set $00 -edition set 3 +edition set 1 +stack set 200 + endsect - section .bss + section bss targetport rmb 2 netdatardy rmb 1 nbufferl equ 128
--- a/level1/cmds/telnet.as Fri Feb 01 19:52:03 2013 -0600 +++ b/level1/cmds/telnet.as Fri Feb 01 21:34:07 2013 -0600 @@ -44,7 +44,16 @@ nam telnet ttl program module - section .bss + section __os9 +type set Prgrm +lang set Objct +attr set ReEnt +rev set $00 +edition set 1 +stack set 200 + endsect + + section bss connected rmb 1 netdatardy rmb 1 keydatardy rmb 1 @@ -68,14 +77,6 @@ telctrlbuf rmb 3 endsect - section __os9 -type equ $01 -lang equ $01 -attr equ $80 -rev equ $05 -stack equ 200 - endsect - section code TELESCAPE equ 'Y-$40 * CTRL-Y
--- a/lib/atari.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/atari.as Fri Feb 01 21:34:07 2013 -0600 @@ -1,6 +1,6 @@ - use sys6809l1.as + use sys6809l1.as - section _constant + section _constant use ../defs/atari.d use ../defs/atarivtio.d
--- a/lib/coco.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/coco.as Fri Feb 01 21:34:07 2013 -0600 @@ -1,6 +1,6 @@ - use sys6809l2.as + use sys6809l2.as - section _constant + section _constant use ../defs/coco.d use ../defs/cocovtio.d
--- a/lib/coco3.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/coco3.as Fri Feb 01 21:34:07 2013 -0600 @@ -1,6 +1,6 @@ - use sys6809l2.as + use sys6809l2.as - section _constant + section _constant use ../defs/coco.d use ../defs/cocovtio.d
--- a/lib/coco3_6309.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/coco3_6309.as Fri Feb 01 21:34:07 2013 -0600 @@ -1,6 +1,6 @@ - use sys6309l2.as + use sys6309l2.as - section _constant + section _constant use ../defs/coco.d use ../defs/cocovtio.d
--- a/lib/dragon.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/dragon.as Fri Feb 01 21:34:07 2013 -0600 @@ -1,4 +1,4 @@ - section _constant + section _constant DRAGON equ 1 Level equ 1
--- a/lib/net.as Fri Feb 01 19:52:03 2013 -0600 +++ b/lib/net.as Fri Feb 01 21:34:07 2013 -0600 @@ -9,21 +9,16 @@ * 1 2010/01/08 Boisy G. Pitre * Started. - nam net.a - ttl network routines - - section .bss + section bss nbufferl equ 128 nbuffer rmb nbufferl endsect - section .text + section code space fcb C$SPAC - devnam fcs "/N" - getopts leax nbuffer,u ldb #SS.Opt os9 I$GetStt