khval / AmosKittens

Amos interpreter under development, most commands are support, some extensions are supported.
MIT License
10 stars 3 forks source link

Amal language, the commands. (90,9%) #33

Open khval opened 4 years ago

khval commented 4 years ago

Supported registers. (36) R0,R1,R2,R3,R4,R5,R6,R7,R8,R9, RA,RB,RC,RD,RE,RF,RG,RH,RI,RJ, RK,RL,RM,RN,RO,RP,RQ,RR,RS,RT, RU,RV,RW,RX,RY,RZ

Tottal Amal commands in Amos Pro 33, Amos Commands in Amos Kittens 35

Supported commands: (30) For,To,Next,If,Let,AUtotest,A(object Image),Move,Pause,XMouse,YMouse, Joy0,Joy1,Jump,Z(random),XHardware,YHardware, BobCol,Col,X(axes),Y(axes),XScreen,YScreen,K1,K2, On,Direct,Wait,eXit, SpriteCol

New commands bonus commands (same as commands for interface language): (+2) SX(screen width),SY(screen height)

Dummy commands: Vumeter,

Not working: PLay,End,

30*100/33=90,9%