Mercurial > repos > blastem
log cpu_dsl.py @ 1672:12d0c7c4ad80
age | author | description |
---|---|---|
Sat, 06 Oct 2018 17:33:15 -0700 | Michael Pavone | Implement program ROM reads |
Thu, 04 Oct 2018 19:12:56 -0700 | Michael Pavone | Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16 |
Mon, 01 Oct 2018 19:16:54 -0700 | Michael Pavone | Clean up warnings from -1 case |
Mon, 01 Oct 2018 19:11:17 -0700 | Michael Pavone | Getting SVP core closer to compiling |
Tue, 25 Sep 2018 09:33:46 -0700 | Michael Pavone | Fix implementation cmp+condition version of if in CPU DSL |
Mon, 24 Sep 2018 19:09:16 -0700 | Michael Pavone | Support immediate operands for ld and alu ops in SVP. Support double indirect and immediate address modes for alu ops. Fixed DSL issues revealed by those changes |
Fri, 21 Sep 2018 09:26:12 -0700 | Michael Pavone | Did some cleanup of SVP code using the newly more powerful DSL if block and fixed some issues in the DSL implementation that cropped up as a result |