Commit graph

152 commits

Author SHA1 Message Date
mhgholamrezaei
bed9b56980 added new functions to script engine 2021-09-08 18:28:58 +09:00
unknown
0933e4435d add read/write idtr,gdtr,idt,... and 16/32 bits registers. 2021-09-02 19:57:42 +04:30
unknown
383f860846 add r* 16/32 bit reg read. 2021-09-02 17:04:02 +04:30
unknown
ae8d727383 add new registers(32/16/8 bit registers). 2021-08-26 15:48:17 +04:30
mhgholamrezaei
eb0684700f not operation bug fixed 2021-08-20 22:36:25 +04:30
mhgholamrezaei
4255906356 division by zero bug fixed 2021-08-20 22:21:52 +04:30
mhgholamrezaei
a4f5d8dccc eb ed eq with no lvalue added 2021-08-20 20:25:48 +04:30
mhgholamrezaei
75b237b9ff test_statement function added to script-engine 2021-08-20 19:09:39 +04:30
SinaKarvandi
b405830f8f integrate automatic tester for script engine 2021-08-20 18:42:12 +04:30
mhgholamrezaei
259ecfdd7b eb, ed, eq problems solved 2021-08-20 18:22:01 +04:30
SinaKarvandi
595c2a2d7a add automatic tester for statements 2021-08-20 17:56:54 +04:30
SinaKarvandi
ed10290568 add test-case generator for script-engine 2021-08-20 03:07:58 +04:30
Moammad97
e12ff76d49 script engine errors fixed 2021-06-27 19:48:25 +04:30
Moammad97
6190f18fff eb, ed and eq functions added to script engine 2021-06-11 15:26:08 +04:30
Moammad97
9565dda7cf script engine pch added 2021-06-11 12:46:41 +04:30
Moammad97
e8b01a6cfd continue and break statements added to script engine 2021-05-22 18:37:48 +04:30
Moammad97
3f020f842f script engine error fixed 2021-05-19 15:32:28 +04:30
Moammad97
2c3206514f memset added to script engine grammar 2021-05-19 15:17:14 +04:30
Moammad97
4ad001e974 script engine bugs fixed 2021-05-13 15:24:03 +04:30
Moammad97
db37463331 script engine for added 2021-04-13 22:53:02 +04:30
Moammad97
d55506e771 script engine do while added 2021-04-12 20:12:40 +04:30
Moammad97
c11125801e script engine while added 2021-04-12 19:02:43 +04:30
Moammad97
627710e566 script engine if else added 2021-04-12 18:19:14 +04:30
Moammad97
99512a6b25 boolean expression grammer completed 2021-04-11 23:31:36 +04:30
Moammad97
ab76e6de0b scritp engine if implemented 2021-04-11 18:27:23 +04:30
Moammad97
0d6a472c4a script engine LALR parser C code Implemented 2021-04-10 19:02:23 +04:30
Moammad97
07409229ae automating register names generation. 2021-03-11 15:48:34 +03:30
Moammad97
cc130b8dd9 some registers added to script engine 2021-03-11 12:49:49 +03:30
Moammad97
8f63a98834 some registers added. 2021-03-08 15:09:39 +03:30
Moammad97
f630d15d6d variable assignment added. 2021-03-03 16:53:19 +03:30
Moammad97
a32c3587e1 wstr, str and sizeof functions removed 2021-03-03 12:18:17 +03:30
Moammad97
e16701e8d0 Fix printf bug 2021-02-25 19:09:13 +03:30
Moammad97
4bb6dd6c51 Add LALR Parse Table 2021-02-25 18:44:26 +03:30
Moammad97
59343cbf00 Add disableevent, enableevent and break functions to script engine 2021-02-14 18:43:46 +03:30
Moammad97
2566253d30 Label printf arguments for memory validation check 2021-02-13 17:45:02 +03:30
Moammad97
640b06a453 Add printf to script engine codegen 2021-02-12 03:12:01 +03:30
Moammad97
34894f6487 Add vararg to script engine grammar 2021-02-10 18:07:25 +03:30
Moammad97
8213f96a66 Add formats function 2021-02-07 15:14:26 +03:30
SinaKarvandi
9163ba8371 as 2021-01-14 03:09:31 -08:00
SinaKarvandi
280d9c1364 add action buffer to script engine 2021-01-14 02:59:30 -08:00
Moammad97
847f10bf07 Add PseudoRegisters to Script Engine 2021-01-14 13:36:57 +03:30
Moammad97
5889f5ae5c add string symbol 2020-12-03 20:54:33 +03:30
Moammad97
45e514722a add string to scanner 2020-12-03 18:32:11 +03:30
Moammad97
d7214a40e1 automating TOKEN to SYMBOL conversion 2020-12-02 18:11:03 +03:30
Moammad97
559ef1bec1 handle semantic rules automatically 2020-12-02 03:20:34 +03:30
Moammad97
f7ccdc61c5 handle semantic rules automatically 2020-12-02 02:44:37 +03:30
Moammad97
483fa17b23 clean-up 2020-12-02 02:32:49 +03:30
Moammad97
4ef2f2db75 automate generating keywords list 2020-12-01 22:26:46 +03:30
Moammad97
d49cb32e91 Add dynamic length string 2020-11-28 19:39:08 +03:30
Moammad97
a3f8df947c print command added. 2020-10-28 12:29:30 +03:30