1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-01 07:29:32 +00:00
Commit Graph

267 Commits

Author SHA1 Message Date
David Schmenk
65b07dc32a Update/improve comments in examples. Update buffer size in read.me 2014-12-06 09:56:04 -08:00
David Schmenk
94d85396fe Shift more memory to compile buffer from text buffer. Let Apple ][
input | and ~.
2014-12-05 21:49:15 -08:00
David Schmenk
df9f824cc7 REset sandbox after running program 2014-12-05 16:19:15 -08:00
David Schmenk
4065a14f1c Latest sandbox and combat example 2014-12-01 20:29:53 -08:00
David Schmenk
c2b795bcb5 Oops, broke div by 0 2014-12-01 19:11:44 -08:00
David Schmenk
aafac44a46 Can't stop playing w/ MUL DIV. and removed profiler - didn't like it 2014-12-01 18:34:42 -08:00
David Schmenk
a6e6bcffd8 Examples update, getc returns low ascii 2014-12-01 10:54:51 -08:00
David Schmenk
c4b772acbd Fix local word structure read/writes 2014-11-28 22:22:53 -08:00
David Schmenk
75d1e1b752 Fix local record word writes 2014-11-28 14:54:31 -08:00
David Schmenk
b90257d222 Fix '_' in variable names 2014-11-28 12:09:07 -08:00
David Schmenk
97bddb2724 Fix '_' in variable names 2014-11-27 21:14:51 -08:00
David Schmenk
626274d100 Merge branch 'master' of https://github.com/dschmenk/PLASMA 2014-11-25 13:10:37 -08:00
David Schmenk
f009c58de5 Clean up the est of the sandbox demos. 2014-11-25 13:09:10 -08:00
David Schmenk
78dbaecb3f Add Structure Declaration 2014-11-25 11:07:51 -08:00
David Schmenk
dc2c7f1b4e Add STRUC explanation and fix multidimensional array 2014-11-25 10:58:51 -08:00
David Schmenk
c3019689e2 Fix multi-dimensional index example 2014-11-25 10:42:11 -08:00
David Schmenk
d49ef63905 Current (working) sandbox, through ex.6 2014-11-24 17:36:46 -08:00
David Schmenk
3805fac455 Fix const init size 2014-11-24 17:35:41 -08:00
David Schmenk
c92e659a9b Fix address initializera 2014-11-24 08:53:34 -08:00
David Schmenk
1efd12b15c Trying for more initialization fixes 2014-11-23 10:59:55 -08:00
David Schmenk
f60b0fb43a Clean up address initializers (but still broken) 2014-11-23 07:57:49 -08:00
David Schmenk
e0ef6a6754 Clean up address initializers 2014-11-23 07:56:02 -08:00
David Schmenk
d46387390b Adding sandbox WIP 2014-11-22 23:25:53 -08:00
David Schmenk
938e9fb52f Can't initialize function pointers yet 2014-11-22 22:43:41 -08:00
David Schmenk
2199a1e5c1 Fix initializers of addresses in variables 2014-11-22 22:22:23 -08:00
David Schmenk
0233506dfb Added structure definitions 2014-11-22 21:41:31 -08:00
David Schmenk
06c087751b Fix reverse copy off-by-one bug in memcpy 2014-11-21 20:22:18 -08:00
David Schmenk
80646542ee Fix relative braches in PLASMA PLASM and fix arguments to sys programs 2014-11-21 18:59:07 -08:00
David Schmenk
f94755aaa4 Synchronize C PLASM compiler with PLASMA PLASM compiler 2014-11-19 22:24:05 -08:00
David Schmenk
766c856eed Add PLASMA sandbox 2014-11-19 14:10:31 -08:00
David Schmenk
673c74694c Port original PLASMA editor over 2014-11-18 16:13:35 -08:00
David Schmenk
c5bed1e661 Squeeze a few more cycles out of call/leave sequence 2014-11-06 14:56:40 -08:00
David Schmenk
8125949370 Increase max frame size to 255 2014-11-06 14:39:20 -08:00
David Schmenk
8faa0ff8a3 More efficient call sequence 2014-11-06 14:25:49 -08:00
David Schmenk
1649610d11 Update User Manual.md 2014-11-06 11:37:20 -08:00
David Schmenk
48cb5c0537 Update User Manual.md 2014-11-06 11:33:18 -08:00
David Schmenk
a50f2e3b6b Update User Manual.md 2014-11-06 11:30:47 -08:00
David Schmenk
1580c39fb4 Update User Manual.md 2014-11-06 11:12:32 -08:00
David Schmenk
08d56abac3 Update README.md 2014-11-06 10:48:23 -08:00
David Schmenk
c1240a2cf2 Update README.md
Expand array declaration description
2014-11-06 10:23:39 -08:00
David Schmenk
e95bd8bc00 Allow array declaration to follow type, before identifier 2014-11-06 10:09:47 -08:00
David Schmenk
d93dc08a5b Update README.md 2014-08-31 21:11:36 -07:00
David Schmenk
f1b2cae622 Update README.md 2014-08-31 21:05:46 -07:00
David Schmenk
1f2647f6ca Change comment symbol to '//', allow multiple statements per line 2014-08-15 21:32:45 -07:00
David Schmenk
4bafac2513 Change comment symbol to '//' 2014-08-15 21:22:09 -07:00
David Schmenk
f8b694d1ca Change comment symbol to '//' and allow multiple statements per line
with ';'
2014-08-15 21:16:24 -07:00
David Schmenk
b3e335eeb5 Clear DblHRes 2014-07-08 17:53:36 -07:00
David Schmenk
d6faa42e32 Switch to new when/is/otherwise with break 2014-07-07 22:15:57 -07:00
David Schmenk
e14757982f Match code in BYTE 2014-07-07 20:59:22 -07:00
David Schmenk
ccdc1f3239 update 2014-07-07 20:54:39 -07:00