Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-29 21:54:37 +02:00
parent 48c88ff956
commit e6fe2048e3
2 changed files with 13 additions and 12 deletions

View File

@ -64,6 +64,19 @@ In Progress : moving TCPIP to socket API
| SET | Working | |
| STARTPROC | Working | Used in A2osX.startup |
## Shell variables:
| Name | Status | Comment |
| ---- | ------ | ------- |
| $PWD | Working | 'Working Directory' |
| $* | | All Args |
| $1-$9 | Working | Arg[n] |
| $# | Working | Arg Count |
| $? | Working | Return Code |
| $$ | Working | PID |
| $! | Working | Child PID |
note : '$VAR' does NOT expand Variable
## DRV,Drivers:
| Name | Status | Comment | K.Ver |
| ---- | ------ | ------- | ----- |

View File

@ -171,18 +171,6 @@ Prints C-Style String
##Out:
+ CC : Y,A = PTR to VALUE (PSTR)
+ CS : not found
*--------------------------------------
K.GetEnvYA >STYA ZPQuickPtr2
jsr ENV.CheckSysVarPtr2
bcc .9
jsr ENV.FindVarPtr2
bcs .9
jsr ENV.NextEnvPtr1 Skip NAME
>LDYA ZPQuickPtr1
clc just in case ADC in NextEnvPtr1 disturb CC
rts
.9 >LDYAI EmptyPSTR
rts
#UnsetEnvYA