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