From 9f2882e37535dc2186f8552cbb40dbb2bb88dbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Fri, 28 Oct 2016 11:48:03 +0200 Subject: [PATCH] Kernel version 0.8 : Docs... --- _Docs/KERNEL.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/_Docs/KERNEL.md b/_Docs/KERNEL.md index 6dd7ec08..4d450f2c 100644 --- a/_Docs/KERNEL.md +++ b/_Docs/KERNEL.md @@ -52,19 +52,21 @@ Prints C-Style String + %N : pull 1 byte to Print high Nibble HEX + %s : pull 2 bytes ptr to C-Style String + %S : pull 2 bytes ptr to P-Style String - + \e Print 'ESC' ($1B,27) - + \n Print CR=13 - + \\ Print \ - + \% Print % + + \e : Print 'ESC' ($1B,27) + + \n : Print CR=13 + + \\ : Print \ + + \% : Print % + Modifiers for len and padding : - + %d '9' '12' - + %2d ' 9' '12' - + %02d '09' '12' - + %11s 'ABCDEFGH ' - + %011s 'ABCDEFGH000' - + %2f '3.14' + + %d : '9' '12' + + %2d : ' 9' '12' + + %02d : '09' '12' + + %11s : 'ABCDEFGH ' + + %011s : 'ABCDEFGH000' + + %2f : '3.14' ##Out: ++ CC : success ++ CS : I/O error from COut #GetDevByIDA