Commit Graph

691 Commits

Author SHA1 Message Date
Chris Pressey df610e639c Fix link in README. 2024-03-16 11:53:54 +00:00
Chris Pressey 2bddea270f Remove old, out-of-sync license information. 2024-02-02 12:18:46 +00:00
Chris Pressey 5f8802b305 Arrange license info in repo to follow REUSE 3.0 convention. 2024-02-02 12:10:23 +00:00
Chris Pressey 5ecc4e6f56 Import "Future directions for SixtyPical" into doc subdirectory. 2023-12-10 12:16:14 +00:00
Chris Pressey d5e6eeacd3
Merge pull request #23 from catseye/develop-2023-1
Develop 2023 1
2023-03-09 09:58:21 +00:00
Chris Pressey 880d1f53a1 Update HISTORY for this minor revision. 2023-03-09 09:20:08 +00:00
Chris Pressey 1887ad9377 Update .gitignore. 2023-03-08 13:02:11 +00:00
Chris Pressey b670bd3316 Remove experimental Circle CI configuration. 2023-03-08 12:53:21 +00:00
Chris Pressey 9b74fd358f Add `sixtypical-py2.7.md` appliance and have tests pass under 2.7. 2023-03-08 12:50:22 +00:00
Chris Pressey b38b94ed67 `sixtypical` and `dcc6502-adapter` run under Python 3 by default. 2023-03-07 22:17:11 +00:00
Chris Pressey 075ba9ff2a Stylistic improvements to README. 2020-10-19 16:13:11 +01:00
Chris Pressey 918b400fd4 Update README to link to more related information. 2020-10-19 15:07:44 +01:00
Chris Pressey 4b539930bd
Merge pull request #22 from catseye/develop-0.21
Develop 0.21
2019-10-25 12:51:24 +01:00
Chris Pressey 632c2f4517 Correct comment. 2019-10-23 15:00:03 +01:00
Chris Pressey ff67e15208 Link to new test suite from README 2019-10-23 10:34:37 +01:00
Chris Pressey 023a415a14 Don't search for filenames given on cmdline in the include path. 2019-10-23 10:32:26 +01:00
Chris Pressey a9917d3ea8 Tweak. 2019-10-23 10:23:43 +01:00
Chris Pressey f4577804c7 A little reshuffling and improving of READMEs and notes. 2019-10-23 10:21:02 +01:00
Chris Pressey fbfab44887 Update the errorful rudiments. 2019-10-22 16:56:19 +01:00
Chris Pressey 4b518508d5 called_routines are not stored in context at all. 2019-10-22 16:26:50 +01:00
Chris Pressey 1b5f4c0c4b Add architecture-dependent "joy2delta.60p" to "standard library". 2019-10-22 16:09:58 +01:00
Chris Pressey dc4677ade8 Update READMEs. 2019-10-22 15:30:24 +01:00
Chris Pressey d408e740ed Establish an `include` directory and `--include-path` option. 2019-10-22 15:10:55 +01:00
Chris Pressey c70e4a55e4 Merge included programs. 2019-10-22 13:26:21 +01:00
Chris Pressey 175c07781a First cut at include files. 2019-10-22 12:54:04 +01:00
Chris Pressey 987974cc21 Simplify, fixing an apparent bug in the process. 2019-10-22 12:42:17 +01:00
Chris Pressey 565f959ee2 Our CINV interrupt service routine should be preserved. 2019-10-22 12:35:29 +01:00
Chris Pressey 92b1cfeefb Implement tail-call optimization. 2019-10-22 12:23:15 +01:00
Chris Pressey 78a1f2910c Simplify and improve Emitter abstraction. 2019-10-22 11:55:21 +01:00
Chris Pressey 44d97c33a2 Better generation of code at tail of routines. 2019-10-22 11:37:00 +01:00
Chris Pressey b9df1482c6 Pass next routine to each routine being compiled. 2019-10-22 10:32:14 +01:00
Chris Pressey ea788264f7 Make test as intended. It fails atm. Simplify driver code. 2019-10-22 10:18:56 +01:00
Chris Pressey 3d88226058 Implement --prune-unreachable-routines. 2019-10-22 09:41:30 +01:00
Chris Pressey 1df6941b01 Callgraph uses reachability. 2019-10-22 09:07:16 +01:00
Chris Pressey 1098347fa5 Routines can be declared `preserved`. 2019-10-21 21:45:59 +01:00
Chris Pressey 2192a48e0e Update HISTORY. 2019-10-21 21:37:30 +01:00
Chris Pressey a84cd4de8c Expand on the callgraph tests. 2019-10-21 21:35:28 +01:00
Chris Pressey 40d9c57d64 Fix test, dump format. 2019-10-21 21:23:14 +01:00
Chris Pressey 684256f7e9 Start of tests for this. 2019-10-21 17:29:38 +01:00
Chris Pressey b09d0c0b76 Routines that are goto'd are also in the call graph. 2019-10-21 17:15:28 +01:00
Chris Pressey 182935a088 First cut at finding all routines that could be assigned to vector. 2019-10-21 16:12:06 +01:00
Chris Pressey 7187fa6285 Refactor: move to dedicated module. 2019-10-21 15:41:17 +01:00
Chris Pressey bcc256aa5d Checkpoint. 2019-10-21 15:07:54 +01:00
Chris Pressey 2e002fc33e Merge branch 'circle-ci' of https://github.com/catseye/SixtyPical into construct-callgraph 2019-10-21 14:48:27 +01:00
Chris Pressey 894fb1a0f2 Refine the callgraph algorithm. Still incomplete though. 2019-10-21 14:43:21 +01:00
Chris Pressey 58dc68f838 Merge branch 'develop-0.21' into construct-callgraph 2019-10-21 14:08:06 +01:00
Chris Pressey a966a496d0 Bump version number. 2019-10-21 14:07:41 +01:00
Chris Pressey 87a2f70092 First cut at constructing a call graph. 2019-10-21 14:03:35 +01:00
Chris Pressey 5912bf2684 Fix dcc6502-adapter for latest version of tcarmelveilleux/dcc6502. 2019-10-21 13:34:53 +01:00
Chris Pressey 0ef0dc1628 dcc6502-adapter fixes. 2019-07-16 16:26:16 +01:00