Mercurial > hg > Members > kono > nitros9-code
changeset 2790:19517af71188 lwtools-port
Added __start
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sun, 27 Jan 2013 08:01:00 -0600 |
parents | 3012d4990f57 |
children | 0df4a4590bc6 |
files | level1/cmds/attr.as level1/cmds/dw.as level1/cmds/inetd.as level1/cmds/load.as level1/cmds/tee.as level1/cmds/telnet.as level1/cmds/touch.as level1/cmds/tsmon.as |
diffstat | 8 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/attr.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/attr.as Sun Jan 27 08:01:00 2013 -0600 @@ -64,7 +64,7 @@ Attrs fcc "dsewrewr" fcb $FF -start stx parmptr save param ptr +__start stx parmptr save param ptr clr u0007 com u0007 * Open file at X as file
--- a/level1/cmds/dw.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/dw.as Sun Jan 27 08:01:00 2013 -0600 @@ -39,7 +39,7 @@ command fcc 'dw ' * save initial parameters -start: pshs d +__start pshs d pshs x clr die,u * set intercept handler
--- a/level1/cmds/inetd.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/inetd.as Sun Jan 27 08:01:00 2013 -0600 @@ -60,7 +60,7 @@ sigex rti **** Entry Point **** -start: +__start * setup signal intercept leax sigint,pcr os9 F$Icpt
--- a/level1/cmds/load.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/load.as Sun Jan 27 08:01:00 2013 -0600 @@ -24,7 +24,7 @@ * psect load_a,Prgrm+Objct,ReEnt+rev,edition,200,start section code -start os9 F$Load +__start os9 F$Load bcs Exit lda ,x cmpa #C$CR
--- a/level1/cmds/tee.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/tee.as Sun Jan 27 08:01:00 2013 -0600 @@ -29,7 +29,7 @@ * psect tee_a,Prgrm+Objct,ReEnt+rev,edition,200,start section code -start clrb +__start clrb clr pcount clear path counter cmpy #$0000 any parameters? lbeq exitok exit if none
--- a/level1/cmds/telnet.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/telnet.as Sun Jan 27 08:01:00 2013 -0600 @@ -160,7 +160,7 @@ sigex rti * save initial parameters -start pshs x +__start pshs x clr connected,u clr netdatardy,u clr keydatardy,u
--- a/level1/cmds/touch.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/touch.as Sun Jan 27 08:01:00 2013 -0600 @@ -103,7 +103,7 @@ * Before any command line processing is done, we clear out * our static memory from U to cleartop, then determine the * size of our data area (minus the stack). -start pshs u,x save registers for later +__start pshs u,x save registers for later leax <cleartop point to end of area to zero out IFNE H6309 subr u,x subtract U from X
--- a/level1/cmds/tsmon.as Sun Jan 27 07:59:02 2013 -0600 +++ b/level1/cmds/tsmon.as Sun Jan 27 08:01:00 2013 -0600 @@ -32,7 +32,7 @@ IcptRtn rti -start stx parmptr save parameter pointer +__start stx parmptr save parameter pointer std parmlen save parameter length leax IcptRtn,pcr point to intercept routine os9 F$Icpt and set it