Greg King
244eeedcfc
Shortenned the code that creates the TESTS make variable.
...
And, fixed the variable-substitution that creates the CC65 optimization option.
2014-12-18 14:17:56 -05:00
Greg King
e414e89b64
Use simply-defined make variables.
2014-12-17 17:44:39 -05:00
Greg King
15a22bd1c8
All regression-tests subdirectories are cleaned before the first test starts, so that 'make continue' won't see debris when it moves to the next directory.
2014-12-17 17:35:18 -05:00
Greg King
d9c8c1de45
Create the makefile variable REFS in the same way that TESTS is made.
2014-12-17 16:30:09 -05:00
Greg King
ad56b6abe9
Made the makefiles' clean target remove the object files from the source directory.
2014-12-17 15:59:29 -05:00
Greg King
b9c1087cc2
Added make code to build the optimized versions.
2014-12-17 11:57:45 -05:00
Oliver Schmidt
83549e2321
Merge pull request #142 from greg-king5/disassemble-segment
...
da65's segments feature
2014-12-03 14:07:12 +01:00
Greg King
1446d99b14
Clarified a segment error message.
2014-11-30 00:51:09 -05:00
Greg King
155f00f25e
Fixed the detection of where to start and stop segments.
2014-11-30 00:40:45 -05:00
Oliver Schmidt
fed3179d3b
Merge pull request #141 from mrdudz/testsuite
...
Testsuite
2014-11-27 19:24:59 +01:00
Oliver Schmidt
00121a8aba
Merge pull request #140 from peterferrie/master
...
implement ProDOS seek
2014-11-27 18:49:01 +01:00
mrdudz
92ed5fd64b
scan sources just once
2014-11-26 19:32:54 +01:00
mrdudz
0387b8cf1d
added note on how to continue after failure, added missing limits.ref
2014-11-26 14:22:22 +01:00
mrdudz
3e8ae54759
actually use optimization switches
2014-11-26 01:38:30 +01:00
mrdudz
5f727ea56b
removed binaries and references from git ignore
2014-11-25 14:16:39 +01:00
mrdudz
60026925ad
use testwrk for binaries, and generated reference data
2014-11-25 13:47:31 +01:00
mrdudz
9c03326360
use 'testwrk' dir for bdiff
2014-11-25 12:56:45 +01:00
mrdudz
8a558a7cef
use own naive bdiff tool instead of diff/fc
2014-11-24 20:57:58 +01:00
mrdudz
a0a03e5f73
added linefeeds
2014-11-24 20:35:35 +01:00
peterferrie
bbd419f365
assert parm count
2014-11-24 10:07:16 -08:00
Greg King
0ee891c106
Completed the coding of da65's SEGMENT feature.
...
Before this commit, we could define segment ranges; but, the disassembler wouldn't do anything with those definitions. Now, da65 will put ".segment" directives into its output.
Fixed da65's document.
2014-11-23 15:29:16 -05:00
mrdudz
e3fdbc0a4b
removed common.h reference
2014-11-23 12:50:47 +01:00
mrdudz
0079f5f6a2
checked tests in /val
2014-11-23 12:31:47 +01:00
mrdudz
8a66605d5e
added some windows/cmd.exe stuff
2014-11-23 12:18:19 +01:00
mrdudz
198bd893f9
makefile for misc, endless.c
2014-11-22 22:22:30 +01:00
mrdudz
9fe0b38177
added readme
2014-11-22 21:29:26 +01:00
mrdudz
4a9346d631
added todo
2014-11-22 19:50:30 +01:00
mrdudz
875e0762e7
generate reference output using host compiler, compare using diff, fix yacc input file to work on both host and sim65
2014-11-22 19:45:40 +01:00
mrdudz
20cf4e1cc7
moved tests that need special care into misc dir
2014-11-22 19:42:39 +01:00
mrdudz
6144063a6d
fixed up the rest of the tests, added rudimentary makefile(s)
2014-11-22 18:28:05 +01:00
mrdudz
20072a379c
added makefile and common include
2014-11-22 17:02:46 +01:00
mrdudz
a20cb09032
added makefile and common include
2014-11-22 16:59:31 +01:00
mrdudz
d712abfe27
include s26 to get bitsize of char
2014-11-22 16:45:23 +01:00
mrdudz
f82343c484
sitest can not work
2014-11-22 16:44:48 +01:00
mrdudz
8d2ec80d5a
cleanup
2014-11-22 15:30:07 +01:00
peterferrie
0c204725bc
implement ProDOS seek
2014-11-21 16:04:11 -08:00
Oliver Schmidt
ff0bb9b11c
Merge pull request #139 from mrdudz/addundocs
...
Add missing undocs
2014-11-20 14:55:07 +01:00
mrdudz
d5844bd63b
changed return code to -99
2014-11-20 14:49:35 +01:00
mrdudz
c0567eb8b7
add LF
2014-11-20 13:16:04 +01:00
mrdudz
6273d1cdc0
actually make TAS work :)
2014-11-20 02:47:33 +01:00
mrdudz
c2704ec72a
uses TAS instead of SHS like da65 did
2014-11-20 01:31:39 +01:00
mrdudz
8cc71f135c
added support for LAX#imm, all done
2014-11-20 00:18:12 +01:00
mrdudz
044aee7f8d
added support for undocumented NOPs
2014-11-19 23:20:46 +01:00
mrdudz
cf82bfaf37
renamed KIL to the more common JAM, which is also accepted by ca65
2014-11-19 22:54:33 +01:00
mrdudz
2dfdf4dec7
added support for ane, sha, shs, shy, shx
2014-11-19 22:34:33 +01:00
mrdudz
202a2d677b
starting branch for adding the missing undocumented opcodes
2014-11-19 22:04:32 +01:00
mrdudz
156f405774
Merge remote-tracking branch 'upstream/master'
2014-11-19 15:44:14 +01:00
Oliver Schmidt
5b55fa4500
Adjusted URL.
2014-11-03 23:33:01 +01:00
Oliver Schmidt
b552c18405
Consistently rely on SSL redirection.
2014-11-03 23:21:52 +01:00
Oliver Schmidt
dc3167fcc8
Adjusted doc URL.
2014-11-03 21:42:54 +01:00