Chris Pressey
|
031e4338ad
|
Create branch for developing version 0.9.
|
2017-12-07 11:18:58 +00:00 |
|
Chris Pressey
|
92f212ddfc
|
Prep for release of 0.8.
|
2017-12-04 13:02:26 +00:00 |
|
Chris Pressey
|
e9322c8f93
|
A tiny edit to the TODOs.
|
2017-12-01 16:46:14 +00:00 |
|
Chris Pressey
|
6afbf581f7
|
Deal with the inputs/outputs of buffers, in a weak way.
|
2017-12-01 15:10:16 +00:00 |
|
Chris Pressey
|
d84566a880
|
Write stored values, and read values, through pointers.
|
2017-12-01 13:52:56 +00:00 |
|
Chris Pressey
|
9874b11639
|
Update documentation.
|
2017-12-01 13:09:25 +00:00 |
|
Chris Pressey
|
e41dd1aa01
|
Attempt to add Zero Page addressing; the emitter may need rethink.
|
2017-11-24 13:09:10 +00:00 |
|
Chris Pressey
|
c91574186b
|
First pass of buffer, pointer, copy b, [p] + y, indirect indexed.
|
2017-11-24 12:35:36 +00:00 |
|
Chris Pressey
|
ff5d635307
|
Expand on a note in the TODO.
|
2017-11-23 17:08:40 +00:00 |
|
Chris Pressey
|
b47cfc7b91
|
Add some notes to the TODO section of the README.
|
2017-11-21 12:10:31 +00:00 |
|
Chris Pressey
|
b638671eaf
|
Add draft of Design Goals document.
|
2017-11-21 11:13:21 +00:00 |
|
Chris Pressey
|
ef07f46f41
|
Start a development branch.
|
2017-11-17 16:12:59 +00:00 |
|
Chris Pressey
|
836a4702c5
|
Release version 0.7.
|
2017-11-17 16:00:51 +00:00 |
|
Chris Pressey
|
6bdda6d47d
|
Minor edit to TODO.
|
2017-11-17 15:57:43 +00:00 |
|
Chris Pressey
|
c26d4d7759
|
Fix links in README.
|
2017-11-17 15:48:38 +00:00 |
|
Chris Pressey
|
9d6ca0b2b4
|
Low and high address operators, parsing and execution thereof.
|
2016-06-16 11:10:43 -05:00 |
|
Chris Pressey
|
e2daa33dc5
|
Compile copy byte to byte and word to word.
|
2016-06-16 11:10:03 -05:00 |
|
Chris Pressey
|
7b1ee60a73
|
Initial value for locations: changed syntax, executes, compiles.
|
2016-06-16 11:03:31 -05:00 |
|
Chris Pressey
|
6cf8b5fe1e
|
Spec and tests for initial values of locations.
|
2016-06-16 11:02:13 -05:00 |
|
Chris Pressey
|
3e72580cd2
|
Prep for release of 0.6.
|
2015-10-23 16:37:18 +01:00 |
|
Chris Pressey
|
b5763e84b4
|
Constants (such as routines) cannot be given in call-constraints.
|
2015-10-22 20:01:02 +01:00 |
|
Chris Pressey
|
421727e107
|
Update HISTORY and README.
|
2015-10-22 19:20:48 +01:00 |
|
Chris Pressey
|
b20945898e
|
Update README
|
2015-10-22 09:56:45 +01:00 |
|
Chris Pressey
|
45310b8f9c
|
It's getting a little chaotic. Needs better error messages!
|
2015-10-21 17:05:49 +01:00 |
|
Chris Pressey
|
be76b9a00d
|
Syntax for goto .
|
2015-10-20 14:10:33 +01:00 |
|
Chris Pressey
|
7d56705530
|
Check that the constraints on a routine match those of vector.
|
2015-10-19 19:17:27 +01:00 |
|
Chris Pressey
|
98524e931a
|
Vector and routine types are constructors with constraints now.
|
2015-10-19 18:18:06 +01:00 |
|
Chris Pressey
|
f0b8942aa1
|
Allow vectors to be decorated with inputs/outputs/trashes; test.
|
2015-10-19 13:04:08 +01:00 |
|
Chris Pressey
|
a12a44eadb
|
Re-enable disabled test and fix it and add a few related tests.
|
2015-10-19 12:22:44 +01:00 |
|
Chris Pressey
|
c98e446583
|
Spec and syntax for vectors and copy instruction.
|
2015-10-18 19:41:26 +01:00 |
|
Chris Pressey
|
41414b0a1f
|
Prep for release of 0.5.
|
2015-10-18 19:02:07 +01:00 |
|
Chris Pressey
|
9235c6eacc
|
Support line comments.
|
2015-10-18 18:54:28 +01:00 |
|
Chris Pressey
|
a933c81768
|
Well, that's a hack. But it works.
|
2015-10-18 18:47:47 +01:00 |
|
Chris Pressey
|
a9bd8a3714
|
Indexed access, + x / + y, at least for LDA and STA.
--HG--
rename : eg/screen.60p => eg/screen1.60p
|
2015-10-18 18:32:20 +01:00 |
|
Chris Pressey
|
f809a5ebd1
|
Prep for release of 0.4.
|
2015-10-18 16:34:18 +01:00 |
|
Chris Pressey
|
522c771208
|
Add explicitly-addressed memory locations.
|
2015-10-18 16:22:36 +01:00 |
|
Chris Pressey
|
49e42af953
|
Implement if not and repeat forever .
|
2015-10-18 15:32:28 +01:00 |
|
Chris Pressey
|
c5998ed240
|
Compile repeat loops.
|
2015-10-18 13:55:40 +01:00 |
|
Chris Pressey
|
f7eb0d48a8
|
Spec, parse, evaluate, and analyze repeat blocks.
|
2015-10-18 13:37:35 +01:00 |
|
Chris Pressey
|
24273f1344
|
Update documentation to reflect this is now 0.4-PRE.
|
2015-10-17 18:31:15 +01:00 |
|
Chris Pressey
|
8daa1449c4
|
Bump version number for release of version 0.3.
|
2015-10-17 18:29:33 +01:00 |
|
Chris Pressey
|
643a48a2c5
|
Compiler object, labels, compile 'call'... It prints 'A'!
|
2015-10-17 15:06:50 +01:00 |
|
Chris Pressey
|
d716c9b4e0
|
Update TODO plan.
|
2015-10-17 12:30:45 +01:00 |
|
Chris Pressey
|
a300ac11bc
|
Prep for release of version 0.2.
|
2015-10-16 19:33:58 +01:00 |
|
Chris Pressey
|
4d61f439bc
|
Fix up spec, split off to 6502 opcodes doc, add some tests.
|
2015-10-16 19:15:01 +01:00 |
|
Chris Pressey
|
4fc38be387
|
Update spec.
|
2015-10-16 18:39:38 +01:00 |
|
Chris Pressey
|
c3a0659058
|
Write sufficient tests (I think) for analysis of if s.
|
2015-10-16 14:01:45 +01:00 |
|
Chris Pressey
|
d22edc52a9
|
Allow if analysis to pass (needs more tests.) Better styling.
|
2015-10-16 13:06:18 +01:00 |
|
Chris Pressey
|
9c201ccf07
|
Fix links in README. Implement Context.clone().
|
2015-10-16 10:54:12 +01:00 |
|
Chris Pressey
|
dd4c50fc50
|
Refactor to replace some sketchy code with code actually in use.
--HG--
rename : src/sixtypical/objects.py => src/sixtypical/model.py
|
2015-10-16 10:40:38 +01:00 |
|