1
0
Commit Graph

132 Commits

Author SHA1 Message Date
otya128
bcf3a6214a Fix DATA 2017-07-04 16:22:39 +09:00
otya128
ffb4b6e685 Fix SWAP LHS$[L],RHS$[R] 2017-07-03 18:24:56 +09:00
otya128
e4deae3b69 Implement BG callback 2016-12-31 13:50:44 +09:00
otya128
4eb6a1fc98 Implement CALL SPRITE 2016-12-31 13:40:44 +09:00
otya128
803538d358 Fix Callback.isCallable 2016-12-31 11:37:24 +09:00
otya128
0899286b1f Implement SPFUNC 2016-12-31 11:35:32 +09:00
otya128
ffa140e0dc Fix backtrace 2016-12-31 10:28:31 +09:00
otya128
b2f5242731 Fix Value.boolValue 2016-12-31 10:22:24 +09:00
otya128
fe9d3ed065 Implement || 2016-12-31 09:48:49 +09:00
otya128
e6d0a49c24 Implement && 2016-12-31 09:45:27 +09:00
otya128
17b5ba0f49 Fix input 2016-12-30 21:12:46 +09:00
otya128
20889c28e1 Implement LINPUT 2016-12-29 17:59:47 +09:00
otya128
8a65b44002 Implement VAR(x:VAR) 2016-12-29 16:58:14 +09:00
otya128
33f8f67d13 Fix size_t 2016-12-29 16:38:32 +09:00
otya128
45e8bbd4e9 Fix EXEC 2016-12-29 16:36:36 +09:00
otya128
abdd6cdc8c Implement GOSUB/GOTO x:@LABEL 2016-12-29 16:16:56 +09:00
otya128
5c6ec3e9e0 Implement CALL(x:FUNC) 2016-12-29 15:37:28 +09:00
otya128
d240a0b0d6 Add GosubUndefinedLabel 2016-12-28 17:43:53 +09:00
otya128
88c015c34f Implement PRGNAME$ 2016-12-28 16:27:49 +09:00
otya128
3ab1c8e6c8 Add program.d 2016-12-27 17:16:54 +09:00
otya128
caa2895e37 Add execReturnAddress 2016-12-27 15:06:24 +09:00
otya128
2c970f6dea Fix GotoExpr to use VM.currentFunction 2016-12-24 19:40:24 +09:00
otya128
ce71082b29 Implement CHKVAR 2016-12-24 19:34:48 +09:00
otya128
d3c4392087 Add function data to stack frame 2016-12-24 19:29:37 +09:00
otya128
be9afb82ca Fix local data 2016-12-24 16:44:08 +09:00
otya128
4abf299063 Fix omitted argument 2016-12-24 13:24:36 +09:00
otya128
58cf9048a5 Fix DATA 2016-12-23 22:08:46 +09:00
otya128
f0b598e35e Fix local restore 2016-12-23 21:16:59 +09:00
otya128
acb51742b2 Fix error 2016-12-23 21:09:38 +09:00
otya128
b0cd488f4f Fix common def 2016-12-23 20:58:38 +09:00
otya128
aa3c8af549 Add common function calling support 2016-12-23 20:36:18 +09:00
otya128
53e7138bd7 Fix CHKCALL 2016-12-23 20:19:42 +09:00
otya128
f1b5a3852e Implement USE 2016-12-23 19:37:33 +09:00
otya128
a05c1558fa Implement EXEC 2016-12-23 19:25:55 +09:00
otya128
0440c33184 Implement USE/EXEC compilation 2016-12-23 17:16:38 +09:00
otya128
5ccf72c851 Delete debug code 2016-12-22 23:07:20 +09:00
otya128
be1473e339 Add VM.dumpStack 2016-12-22 22:55:38 +09:00
otya128
2d0d7e0cfc Allow empty OUT arguments 2016-12-22 20:10:21 +09:00
otya128
1ebf792393 Fix error message 2016-12-21 23:36:41 +09:00
otya128
e4b7b9f4c6 Fix PushImm 2016-12-18 18:54:27 +09:00
otya128
c5e93745f4 Fix NewArray 2016-12-17 16:39:21 +09:00
otya128
a45bf04dfa Fix OUT STR$[N] 2016-12-17 15:35:04 +09:00
otya128
e934760ab2 Fix SWAP STR1$,STR2$ 2016-12-17 15:31:51 +09:00
otya128
2ec03c0d45 Fix array reference 2016-12-17 14:34:53 +09:00
otya128
ae3a005601 wstring => Array!wchar 2016-12-17 12:31:53 +09:00
otya128
84a82d1336 Fix VAR(NAME$) 2016-12-16 23:40:54 +09:00
otya128
1fc36cdc90 Implement BACKTRACE 2016-12-15 17:26:27 +09:00
otya128
ec0579e110 Fix RESTORE 2016-12-15 00:32:30 +09:00
otya128
a04536335b Fix XON/XOFF 2016-12-09 18:45:34 +09:00
otya128
463556954a Implement XON/XOFF 2016-12-09 18:24:52 +09:00