Kernel version 0.8 : Docs

This commit is contained in:
Rémy GIBERT 2016-11-03 17:21:36 +01:00
parent dd04cf3092
commit 855092e734
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ In Progress : moving TCPIP to socket API
| ---- | ------ | ------- |
| CD/PWD | Working | Improved syntax : now, 'CD ../BIN' works |
| DATE | Working | |
| ECHO | Working | |
| ECHO | Working | \b,\e,\f,\n,\\ and \% supported |
| EXIT | Working | |
| IF | | |
| PAUSE | Working | |

View File

@ -30,11 +30,11 @@ Scan a PStr (in progress)
##Out:
#PrintFYA
Prints C-Style String
#PPrintFYA/CPrintFYA
Prints P-Stype/C-Style String
##In:
+ Y,A = PTR to CStr
+ Y,A = PTR to PStr/CStr
+ %a : pull 2 bytes to Print Access right String 'drwxrwxrwx'
+ %b : pull 1 byte to Print BIN
+ %B : pull 2 bytes to Print BIN