2ac9c6f51eSuppress the floating point precision warning if an explicit cast is used
bbbradsmith
2023-05-03 01:44:49 -04:00
e3887d7eadTest to demonstrate availability of floating point constants, document the possibility.
bbbradsmith
2023-05-03 00:12:36 -04:00
7ff74b2c47Give a better error for unsupported floating point arithmetic, instead of internal "Precondition violated" error.
bbbradsmith
2023-05-03 00:06:09 -04:00
52f0e6a29cAllow floating point constants to be converted to integer (warning if loss of precision)
bbbradsmith
2023-05-02 23:57:32 -04:00
a686d1fa8eAllow unary +/- for floating point constants
bbbradsmith
2023-05-02 23:50:01 -04:00
a109f475edFix broken/incomplete floating point parsing - Fractional digit scale was broken - Base was partially ignored - Exponent sign was ignored - Exponent for hex float is 2 not 10
bbbradsmith
2023-05-02 23:49:40 -04:00
9a502c69dcfix tab, braces for 1-line if, Expr->Ival is signed
bbbradsmith
2023-05-03 16:46:59 -04:00
83ff62d5e2Merge pull request #2078 from bbbradsmith/line-endings
Bob Andrews
2023-05-03 21:19:03 +02:00
f4676e11b4Merge pull request #2083 from bbbradsmith/struct-passing
Bob Andrews
2023-05-03 21:00:25 +02:00
6386788843Merge pull request #2082 from cc65/revert-2080-revert-2072-struct-passing
Bob Andrews
2023-05-03 20:49:37 +02:00
440c91fad9braces for 1-line if
bbbradsmith
2023-05-03 14:11:30 -04:00
ae7a1416feRevert "Revert "Forbid 3-byte struct pass/return by value, document struct value pass/return""
Bob Andrews
2023-05-03 20:02:12 +02:00
1f18ab218eImprove struct size error message to include the detected size
bbbradsmith
2023-05-03 13:35:51 -04:00
4e6b94de5cbraces
Brad Smith
2023-05-03 12:19:05 -04:00
bf5b37a3b2Error check for internal overflow of numerical constant See bug #2026
bbbradsmith
2023-05-02 21:27:02 -04:00
bf22f94a43struct pass and return by value test
bbbradsmith
2023-05-02 20:02:58 -04:00
af11d4d947Document that struct-param is default off since: 3129266
bbbradsmith
2023-05-02 19:21:21 -04:00
e7046a02ffDisallow pass/return of 3-byte struct (#2022), document capability added in #1102.
bbbradsmith
2023-05-02 19:00:34 -04:00
2c47ea45afbug895.c compliant token pasting syntax to remove warnings
Brad Smith
2023-05-02 18:18:10 -04:00
1c26b1cf1bRHS primary integer promotion must happen after loading the primary, not before. See: #2060
bbbradsmith
2023-05-02 14:42:00 -04:00
805e98a7aaMerge pull request #2027 from bbbradsmith/ca65_jmp_abs_wrap_cpu_filter
Bob Andrews
2023-05-02 12:52:03 +02:00
08223360d5Update instr.c
Bob Andrews
2023-05-02 12:43:50 +02:00
1fe39514bcMerge branch 'bootstrap-fix' of github.com:jefftranter/cc65 into bootstrap-fix
Jeff Tranter
2023-05-01 10:13:52 -04:00
4d97e30b55Source listing in bootstrap.s is incorrect.
Jeff Tranter
2023-04-30 18:40:09 -04:00
613ee94f44Source listing in bootstrap.s is incorrect.
Jeff Tranter
2023-04-30 18:40:09 -04:00
e5f4ca6b89Merge pull request #2058 from icepic/patch-1
Bob Andrews
2023-04-19 15:07:16 +02:00
1f9594560eUpdate lynxsprite.c
Janne Johansson
2023-04-19 09:15:03 +02:00
128b15a71eMerge pull request #2051 from sodero/topic/disable_hardcoded_paths_on_amiga
Bob Andrews
2023-04-08 17:40:47 +02:00
2a7533268cDon't use hardcoded paths on Amiga
Ola Söder
2023-04-07 23:44:30 +02:00
19349acdcffix typo in README.md
Christian Groessler
2023-04-04 00:57:52 +02:00
ed4edd908bfix copy'n'paste typo
Christian Groessler
2023-04-04 00:40:33 +02:00
1f7318f527Merge pull request #2042 from jefftranter/kim1-api-additions
Bob Andrews
2023-03-30 20:23:54 +02:00
3a5fbd34daAdd KIM-1 functions to write to the 7-segment LED display and get keypresses from the keypad. Includes sample program illustrating how to use them. Tested on real KIM-1 hardware.
Jeff Tranter
2023-03-29 18:40:10 -04:00
d69117c0c1Merge pull request #2037 from jefftranter/kim1-io-fixes
Bob Andrews
2023-03-29 22:41:34 +02:00
9fb4854f6cMerge pull request #2040 from mooinglemur/20230328-cx16-r42
Bob Andrews
2023-03-29 22:40:24 +02:00
2dd558eae9cx16: update RAM constants for ROM ver R42
mooinglemur
2023-03-28 21:18:02 -07:00
806ffe5675Fixes and improvements to KIM-1 i/o routines. Tested on real KIM-1 hardware.
Jeff Tranter
2023-03-27 17:56:25 -04:00
f74775b841Merge pull request #2036 from jefftranter/master
Bob Andrews
2023-03-27 17:57:14 +02:00
fcbcbea4adMake some documentation fixes for KIM-1 platform.
Jeff Tranter
2023-03-27 09:23:40 -04:00
8692630369Merge pull request #2032 from jedeoric/telestrat_lseek
Bob Andrews
2023-03-19 11:51:24 +01:00