mirror of
https://github.com/A2osX/A2osX.git
synced 2025-08-07 11:26:36 +00:00
Kernel 0.93+
This commit is contained in:
Binary file not shown.
@@ -109,9 +109,9 @@ CSH.FN >PSTR "printf"
|
|||||||
.DA #CSH.T.FLOAT returned value
|
.DA #CSH.T.FLOAT returned value
|
||||||
.DA #CSH.T.FLOAT
|
.DA #CSH.T.FLOAT
|
||||||
.DA #0
|
.DA #0
|
||||||
* int getchar ( void );
|
* char getchar ( void );
|
||||||
>PSTR "getchar"
|
>PSTR "getchar"
|
||||||
.DA #CSH.T.INT returned value
|
.DA #CSH.T.CHAR returned value
|
||||||
.DA #0
|
.DA #0
|
||||||
|
|
||||||
.DA #0
|
.DA #0
|
||||||
|
@@ -898,7 +898,7 @@ CSH.GetVar >PUSHW ZPFileBufPtr
|
|||||||
* Output : Value on Stack, X = Var Type
|
* Output : Value on Stack, X = Var Type
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
CSH.GetVarValue stx ZPVarType
|
CSH.GetVarValue stx ZPVarType
|
||||||
|
>DEBUG
|
||||||
pha
|
pha
|
||||||
>PUSHWI 0 From Start
|
>PUSHWI 0 From Start
|
||||||
>PUSHWI 6 6 bytes
|
>PUSHWI 6 6 bytes
|
||||||
@@ -1220,7 +1220,6 @@ EXEC.cos >FPU COS
|
|||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
EXEC.getchar >SYSCALL getchar
|
EXEC.getchar >SYSCALL getchar
|
||||||
>PUSHA
|
>PUSHA
|
||||||
>DEBUG
|
|
||||||
rts
|
rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
MAN
|
MAN
|
||||||
|
Reference in New Issue
Block a user