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 | | CD/PWD | Working | Improved syntax : now, 'CD ../BIN' works |
| DATE | Working | | | DATE | Working | |
| ECHO | Working | | | ECHO | Working | \b,\e,\f,\n,\\ and \% supported |
| EXIT | Working | | | EXIT | Working | |
| IF | | | | IF | | |
| PAUSE | Working | | | PAUSE | Working | |

View File

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