Bob Andrews
|
8692630369
|
Merge pull request #2032 from jedeoric/telestrat_lseek
[Telestrat Target] Add fseek to telestrat target (Orix)
|
2023-03-19 11:51:24 +01:00 |
|
jede
|
c8c6fc6a40
|
add xfseek
|
2023-03-17 23:10:15 +01:00 |
|
Bob Andrews
|
7f1dd09bcb
|
Merge pull request #2028 from bbbradsmith/linker_test_overwrite
Linker test capability and overwrite segment tests
|
2023-03-09 18:20:48 +01:00 |
|
bbbradsmith
|
99220f60af
|
test/asm readme val description revision
|
2023-03-07 18:53:30 -05:00 |
|
bbbradsmith
|
6be7c16013
|
linkter test with custom config should not use none.lib
|
2023-03-07 18:48:30 -05:00 |
|
bbbradsmith
|
4732e937ad
|
overwrite segment tests
asm/listing linker CFG support
asm and asm/listing test documentation
|
2023-03-07 18:44:56 -05:00 |
|
bbbradsmith
|
8b818aac67
|
remove trailing space on segment "bytes" warning plural
|
2023-03-07 18:42:20 -05:00 |
|
bbbradsmith
|
016b03e356
|
ca65 jmp (abs) wrap warning only applies to 6502, later CPUs do not have this bug
|
2023-03-07 17:00:38 -05:00 |
|
Bob Andrews
|
c226e58a3c
|
Merge pull request #2007 from groessler/something_to_pull
fix for issue #1973 (printf("%c", '\0') doesn't _write '\0' to fd 0)
|
2023-03-04 13:30:18 +01:00 |
|
Bob Andrews
|
b9cf6266e7
|
Merge pull request #2010 from bbbradsmith/ca65_brk_optional_signature
optional BRK signature on all 6502 CPUs, not just 65816
|
2023-03-04 13:21:28 +01:00 |
|
Bob Andrews
|
c0559dd931
|
Merge pull request #2009 from bbbradsmith/ca65_feature_disable
ca65: allow .feature to both enable and disable
|
2023-03-04 13:08:18 +01:00 |
|
Bob Andrews
|
34189b85ab
|
Merge pull request #2013 from Movax12/fix-endmacro-not-at-start-of-line
Fix endmacro not at start of line
|
2023-03-03 12:29:30 +01:00 |
|
mvax
|
c092f57b73
|
Consistent case for .endmacro in comments, remove trailing spaces
|
2023-03-02 17:31:55 -05:00 |
|
mvax
|
90d5f41b37
|
Consistent case for .endmacro in comments
|
2023-03-02 17:26:05 -05:00 |
|
mvax
|
3f2129894b
|
Fix .endmacro not at the start of the line. Rename test files.
|
2023-03-02 15:12:30 -05:00 |
|
Bob Andrews
|
6fe649ecab
|
Merge pull request #1994 from Compyx/make-avail-sanity-check
make avail: check for presence of binaries before creating symbolic links
|
2023-03-02 18:56:04 +01:00 |
|
mvax
|
98d2d9ee4e
|
Fix .endmacro not at the start of the line. Fix style
|
2023-03-01 21:59:00 -05:00 |
|
mvax
|
0b71d1cfff
|
Fix .endmacro not at the start of the line. Fix last commit
|
2023-03-01 21:55:14 -05:00 |
|
mvax
|
1c60bc5009
|
Fix .endmacro not at the start of the line. Fix style, add doc., add tests
|
2023-03-01 21:47:50 -05:00 |
|
mvax
|
993054c9d3
|
Fix .endmacro not at the start of the line. .ENDMACRO error with line number of macro definition start
|
2023-03-01 11:58:42 -05:00 |
|
mrdudz
|
ffa83c32a4
|
clean-up of driver return codes
|
2023-02-26 20:03:41 +01:00 |
|
mvax
|
7d894fbe04
|
Fix .endmacro not at the start of the line. Fix comment
|
2023-02-25 13:52:13 -05:00 |
|
mvax
|
4b29615f2b
|
Fix .endmacro not at the start of the line. Allow empty macro
|
2023-02-25 13:49:19 -05:00 |
|
mvax
|
0a05f78d47
|
Fix .endmacro not at the start of the line.
|
2023-02-25 13:38:02 -05:00 |
|
mvax
|
429e90dffd
|
Fix .endmacro in a .define in a macro body
|
2023-02-25 12:42:26 -05:00 |
|
mvax
|
e87325033d
|
Fix .endmacro in a .define in a macro body
|
2023-02-25 12:39:36 -05:00 |
|
bbbradsmith
|
3d41a5b516
|
allow immedite style syntax variation for BRK signature byte
|
2023-02-25 08:23:47 -05:00 |
|
bbbradsmith
|
3f8252311e
|
65C816 document brk optional signature, and mvn/mvp syntax
|
2023-02-24 23:00:30 -05:00 |
|
bbbradsmith
|
cd8fa39066
|
optional BRK signature on all 6502 CPUs, not just 65816 (also COP)
|
2023-02-24 22:40:29 -05:00 |
|
bbbradsmith
|
c2bc40f213
|
test for all ca65 .feature options
|
2023-02-24 20:00:56 -05:00 |
|
bbbradsmith
|
230230819e
|
document the undocumented test/asm/listing behaviours
|
2023-02-24 19:35:38 -05:00 |
|
bbbradsmith
|
da150aeeac
|
allow .feature to both enable and disable
|
2023-02-24 18:00:58 -05:00 |
|
Bob Andrews
|
a299ef4210
|
Merge pull request #1995 from bbbradsmith/overwrite_segment_fix
ld65 fix overwrite segments adding wrong padding or causing internal errors
|
2023-02-24 21:27:33 +01:00 |
|
Bob Andrews
|
302d6ee4a4
|
Merge pull request #2001 from bbbradsmith/ca65_long_jsr_jmp_rts
ca65 jsr/jmp/rts will not promote to jsl/jml/rtl by default, new feature long_jsr_jmp_rts to re-enable this ability
|
2023-02-24 19:34:37 +01:00 |
|
Bob Andrews
|
12fc59351e
|
Merge branch 'master' into ca65_long_jsr_jmp_rts
|
2023-02-24 19:25:32 +01:00 |
|
Bob Andrews
|
e105f6049d
|
Merge pull request #2003 from bbbradsmith/large_align_false_positive_fix
supress spurious "large alignment" warnings
|
2023-02-24 16:32:41 +01:00 |
|
Bob Andrews
|
d810b12c6d
|
Merge pull request #1998 from bbbradsmith/ca65_local_scope_error_info
ca65 improve error for unclosed scopes
|
2023-02-24 16:24:05 +01:00 |
|
Bob Andrews
|
221e6b53ef
|
Merge pull request #1992 from bbbradsmith/optstackops_toscmpbool_fix
OptStackOps label migration fix
|
2023-02-24 13:43:07 +01:00 |
|
Bob Andrews
|
d808088c64
|
Merge pull request #1997 from bbbradsmith/doc_ca65_a8_a16_description
ca65 doc for A8/A18/I8/I16: use "assume" instead of "switch" to avoid implying that a hardware state is changed
|
2023-02-24 13:04:48 +01:00 |
|
Bob Andrews
|
0c462467e3
|
Merge pull request #1999 from bbbradsmith/ca65_ld65_warnings_as_errors
--warnings-as-errors for ca65 and ld65
|
2023-02-24 13:02:49 +01:00 |
|
Christian Groessler
|
fedfc3443d
|
fix for issue #1973 (printf("%c", '\0') doesn't _write '\0' to fd 0)
|
2023-02-24 02:12:19 +01:00 |
|
Bob Andrews
|
ac987e2439
|
Merge pull request #2000 from bbbradsmith/doc_cc65_intern_linker_config
Document expected linker configuration and special segments used by cc65
|
2023-02-21 22:00:23 +01:00 |
|
bbbradsmith
|
23cc295b08
|
improve description of large-alignment warning
|
2023-02-21 07:32:38 -05:00 |
|
bbbradsmith
|
13f1d37403
|
suppress spurious "large alignment" warning when the combined alignment is not larger than any of the explictly requested ones
|
2023-02-21 06:48:46 -05:00 |
|
bbbradsmith
|
2cdab999f5
|
dasm test extend 65816.info to include added code
|
2023-02-21 05:22:28 -05:00 |
|
bbbradsmith
|
4b29d257d9
|
fix dasm test65816 which relied on JMP automatic promotion, add test of new long_jsr_jmp_rts and smart
|
2023-02-21 04:38:42 -05:00 |
|
bbbradsmith
|
ccf3994e3b
|
ca65 jsr/jmp/rts will not promote to jsl/jml/rtl by default, but can still be enabled with new feature long_jsr_jmp_rts
|
2023-02-21 04:00:34 -05:00 |
|
bbbradsmith
|
99ecd9b69d
|
Document expected linker configuration and special segments used by cc65
|
2023-02-21 00:53:55 -05:00 |
|
bbbradsmith
|
45d0d60349
|
--warnings-as-errors for ca65 and ld65
|
2023-02-20 22:24:26 -05:00 |
|
bbbradsmith
|
f1134cc5f1
|
ca65 improve error for unclosed scopes
See: #1779
|
2023-02-20 20:49:04 -05:00 |
|