use STS and LOS routines
This commit is contained in:
parent
6420525753
commit
b83fca4445
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ C_loi
|
||||||
C_los
|
C_los
|
||||||
$1 == 2 ==> "pop cx";
|
$1 == 2 ==> "pop cx";
|
||||||
"pop bx";
|
"pop bx";
|
||||||
"call .loi".
|
"call .los".
|
||||||
|
|
||||||
default ==> arg_error( "C_los", $1).
|
default ==> arg_error( "C_los", $1).
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ C_sti
|
||||||
C_sts
|
C_sts
|
||||||
$1 == 2 ==> "pop cx";
|
$1 == 2 ==> "pop cx";
|
||||||
"pop bx";
|
"pop bx";
|
||||||
"call .sti".
|
"call .sts".
|
||||||
|
|
||||||
default ==> arg_error( "C_sts", $1).
|
default ==> arg_error( "C_sts", $1).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue