cc65/src/ca65
Bob Andrews 519a52d92c
Merge pull request #2209 from vrubleg/linecont
ca65: `.LINECONT` as a part of `.FEATURE`
2023-12-08 02:10:45 +01:00
..
anonname.c remove dangling spaces 2022-04-17 16:07:09 +02:00
anonname.h remove dangling spaces 2022-04-17 16:07:09 +02:00
asserts.c Normalized code. 2014-03-04 01:11:19 +01:00
asserts.h Normalized code. 2014-03-04 01:11:19 +01:00
condasm.c new macros supporting 6502DTV cpu 2020-11-19 22:02:07 +01:00
condasm.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dbginfo.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
dbginfo.h Normalized code. 2014-03-04 01:11:19 +01:00
ea.h Explicit z: should suppress "Suspicious address expression" warning #194 2023-05-03 01:01:21 -04:00
ea65.c Explicit z: should suppress "Suspicious address expression" warning #194 2023-05-03 01:01:21 -04:00
ea65.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
easw16.c remove dangling spaces 2022-04-17 16:07:09 +02:00
easw16.h remove dangling spaces 2022-04-17 16:07:09 +02:00
enum.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
enum.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
error.c Standard formatting of error messages. 2021-05-11 17:41:59 +02:00
error.h Moved workaround for MinGW's missing %m support to a central place. 2014-03-04 01:20:38 +01:00
expr.c Bugfix for the .ISMNEMONIC, .ISMNEM builtin function 2023-05-05 12:31:19 -04:00
expr.h typo 2022-04-20 00:11:24 +02:00
feature.c Add line_continuations feature that works as .LINECONT but in a consistent way with other features. 2023-10-05 08:28:37 +03:00
feature.h Add line_continuations feature that works as .LINECONT but in a consistent way with other features. 2023-10-05 08:28:37 +03:00
filetab.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
filetab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragment.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fragment.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
global.c remove .feature requirment for addrsize function, silently ignore '.feature addrsize' 2023-05-06 14:24:53 -04:00
global.h remove .feature requirment for addrsize function, silently ignore '.feature addrsize' 2023-05-06 14:24:53 -04:00
incpath.c Don't use hardcoded paths on Amiga 2023-04-07 23:44:30 +02:00
incpath.h Normalized code. 2014-03-04 01:11:19 +01:00
instr.c add jmp page crossing to --relax-checks, document it, fix --relax-checks documentation (segment branch error is not suppressed) 2023-08-19 15:39:51 -04:00
instr.h remove dangling spaces 2022-04-17 16:07:09 +02:00
istack.c remove dangling spaces 2022-04-17 16:07:09 +02:00
istack.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lineinfo.c Fix some commonly made spelling errors in comments. 2022-02-21 15:44:31 -05:00
lineinfo.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
listing.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
listing.h Normalized code. 2014-03-04 01:11:19 +01:00
macro.c Consistent case for .endmacro in comments, remove trailing spaces 2023-03-02 17:31:55 -05:00
macro.h remove dangling spaces 2022-04-17 16:07:09 +02:00
main.c add rp6502 target 2023-11-16 18:46:16 -08:00
nexttok.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
nexttok.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
objcode.c Normalized code. 2014-03-04 01:11:19 +01:00
objcode.h Normalized code. 2014-03-04 01:11:19 +01:00
objfile.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
objfile.h Normalized code. 2014-03-04 01:11:19 +01:00
options.c remove dangling spaces 2022-04-17 16:07:09 +02:00
options.h Normalized code. 2014-03-04 01:11:19 +01:00
pseudo.c Fix warning message, remove comment 2023-05-08 16:55:54 -04:00
pseudo.h Normalized code. 2014-03-04 01:11:19 +01:00
repeat.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
repeat.h Normalized code. 2014-03-04 01:11:19 +01:00
scanner.c remove .feature requirment for addrsize function, silently ignore '.feature addrsize' 2023-05-06 14:24:53 -04:00
scanner.h Make some arrays const. 2017-06-28 20:43:31 +02:00
segdef.c Normalized code. 2014-03-04 01:11:19 +01:00
segdef.h Normalized code. 2014-03-04 01:11:19 +01:00
segment.c 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
segment.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sizeof.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sizeof.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
span.c remove dangling spaces 2022-04-17 16:07:09 +02:00
span.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
spool.c Normalized code. 2014-03-04 01:11:19 +01:00
spool.h Normalized code. 2014-03-04 01:11:19 +01:00
struct.c Updated the cx16 library to the Commander X16 Kernal's prerelease 35. 2019-12-25 10:56:32 -05:00
struct.h Removed non-ASCII chars. 2021-04-19 15:50:52 +02:00
studyexpr.c const value should never have default size, use 32bit instead 2022-04-21 14:50:48 +02:00
studyexpr.h remove dangling spaces 2022-04-17 16:07:09 +02:00
symbol.c remove dangling spaces 2022-04-17 16:07:09 +02:00
symbol.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symentry.c ca65: .constructor after .export fails 2022-02-15 22:03:47 +01:00
symentry.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
symtab.c ca65 improve error for unclosed scopes 2023-02-20 20:49:04 -05:00
symtab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
token.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
token.h Use .REFERTO instead of .REF as the command. 2021-04-29 07:55:43 -04:00
toklist.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
toklist.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ulabel.c remove dangling spaces 2022-04-17 16:07:09 +02:00
ulabel.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00