mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
This commit is contained in:
parent
3118bffbe9
commit
bfb47bccbb
2 changed files with 1 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ namespace Cosmos.Compiler.XSharp {
|
|||
+ ",GOTO,GROUP"
|
||||
+ ",IF,INTERRUPT"
|
||||
+ ",JUMP"
|
||||
+ ",POPALL,PUSHALL,PORT"
|
||||
+ ",PORT"
|
||||
+ ",RETURN,RETURNINTERRUPT,REPEAT"
|
||||
+ ",TIMES"
|
||||
+ ",VAR"
|
||||
|
|
|
|||
|
|
@ -441,8 +441,6 @@ namespace Cosmos.Compiler.XSharp {
|
|||
|
||||
AddPattern("Return", "Ret");
|
||||
AddPattern("ReturnInterrupt", "IRet");
|
||||
AddPattern("PopAll", "Popad");
|
||||
AddPattern("PushAll", "Pushad");
|
||||
|
||||
AddPattern("Function _ABC {", delegate(TokenList aTokens, ref List<string> rCode) {
|
||||
StartFunc(aTokens[1].Value);
|
||||
|
|
|
|||
Loading…
Reference in a new issue