Commit Graph

  • 429e90dffd Fix .endmacro in a .define in a macro body mvax 2023-02-25 12:42:26 -05:00
  • e87325033d Fix .endmacro in a .define in a macro body mvax 2023-02-25 12:39:36 -05:00
  • 3d41a5b516 allow immedite style syntax variation for BRK signature byte bbbradsmith 2023-02-25 08:23:47 -05:00
  • 3f8252311e 65C816 document brk optional signature, and mvn/mvp syntax bbbradsmith 2023-02-24 23:00:30 -05:00
  • cd8fa39066 optional BRK signature on all 6502 CPUs, not just 65816 (also COP) bbbradsmith 2023-02-24 22:40:29 -05:00
  • c2bc40f213 test for all ca65 .feature options bbbradsmith 2023-02-24 20:00:56 -05:00
  • 230230819e document the undocumented test/asm/listing behaviours bbbradsmith 2023-02-24 19:35:38 -05:00
  • da150aeeac allow .feature to both enable and disable bbbradsmith 2023-02-24 18:00:58 -05:00
  • a299ef4210 Merge pull request #1995 from bbbradsmith/overwrite_segment_fix Bob Andrews 2023-02-24 21:27:33 +01:00
  • 302d6ee4a4 Merge pull request #2001 from bbbradsmith/ca65_long_jsr_jmp_rts Bob Andrews 2023-02-24 19:34:37 +01:00
  • 12fc59351e Merge branch 'master' into ca65_long_jsr_jmp_rts Bob Andrews 2023-02-24 19:25:32 +01:00
  • e105f6049d Merge pull request #2003 from bbbradsmith/large_align_false_positive_fix Bob Andrews 2023-02-24 16:32:41 +01:00
  • d810b12c6d Merge pull request #1998 from bbbradsmith/ca65_local_scope_error_info Bob Andrews 2023-02-24 16:24:05 +01:00
  • 221e6b53ef Merge pull request #1992 from bbbradsmith/optstackops_toscmpbool_fix Bob Andrews 2023-02-24 13:43:07 +01:00
  • d808088c64 Merge pull request #1997 from bbbradsmith/doc_ca65_a8_a16_description Bob Andrews 2023-02-24 13:04:48 +01:00
  • 0c462467e3 Merge pull request #1999 from bbbradsmith/ca65_ld65_warnings_as_errors Bob Andrews 2023-02-24 13:02:49 +01:00
  • fedfc3443d fix for issue #1973 (printf("%c", '\0') doesn't _write '\0' to fd 0) Christian Groessler 2023-02-24 02:12:19 +01:00
  • ba038e921f jmp (abs) page wrapping should be an error, not a warning, also only applies to 6502 CPU bbbradsmith 2023-02-21 17:06:21 -05:00
  • ac987e2439 Merge pull request #2000 from bbbradsmith/doc_cc65_intern_linker_config Bob Andrews 2023-02-21 22:00:23 +01:00
  • 23cc295b08 improve description of large-alignment warning bbbradsmith 2023-02-21 07:32:38 -05:00
  • 13f1d37403 suppress spurious "large alignment" warning when the combined alignment is not larger than any of the explictly requested ones bbbradsmith 2023-02-21 06:48:46 -05:00
  • 2cdab999f5 dasm test extend 65816.info to include added code bbbradsmith 2023-02-21 05:22:28 -05:00
  • 4b29d257d9 fix dasm test65816 which relied on JMP automatic promotion, add test of new long_jsr_jmp_rts and smart bbbradsmith 2023-02-21 04:38:17 -05:00
  • 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 bbbradsmith 2023-02-21 04:00:34 -05:00
  • 99ecd9b69d Document expected linker configuration and special segments used by cc65 bbbradsmith 2023-02-21 00:53:55 -05:00
  • 45d0d60349 --warnings-as-errors for ca65 and ld65 bbbradsmith 2023-02-20 22:24:26 -05:00
  • f1134cc5f1 ca65 improve error for unclosed scopes See: #1779 bbbradsmith 2023-02-20 20:42:09 -05:00
  • 864eecf7c3 ca16 doc for A8/A18/I8/I16: use "assume" instead of "switch" to avoid implying that a hardware state is changed. See: #1759 bbbradsmith 2023-02-20 20:08:58 -05:00
  • 68ce335f59 Replace shell code with GNU Make conditionals and functions compyx 2023-02-19 19:17:45 +01:00
  • d0f17ba602 Merge pull request #1996 from bbbradsmith/negative_memory_size_error Bob Andrews 2023-02-19 18:45:09 +01:00
  • 0ff18510c3 Merge pull request #1993 from bbbradsmith/sim65_pvopen_safety Bob Andrews 2023-02-19 16:27:46 +01:00
  • 3df5b9f41f relocate dasm test start-addr to avoid producing negative memory area size with none.cfg (conflicted with stack position at $8000) bbbradsmith 2023-02-19 09:30:07 -05:00
  • 5bc8ff98de error if computed memory size is negative bbbradsmith 2023-02-19 09:01:17 -05:00
  • 4fc19a3d4c ld65 overwrite segment should pad with fill value if the desired seek position is beyond the end of the file so far bbbradsmith 2023-02-19 08:37:07 -05:00
  • 2ac055383f ld65 fix overwrite segments adding wrong padding or causing internal errors bbbradsmith 2023-02-19 08:14:04 -05:00
  • 5c12659cf4 make avail: check for presence of binaries before creating symbolic links compyx 2023-02-19 14:01:14 +01:00
  • 4d30333099 sim65 path length safety for PVOpen bbbradsmith 2023-02-19 05:31:46 -05:00
  • 4e411e8526 Opt_a_tosicmp likely has a bug which will incorrectly migrate a label on a replaced op in one case. bbbradsmith 2023-02-18 00:13:34 -05:00
  • 78263cd24b Fix OptStackOps label migration case for toscmpbool, add test case bbbradsmith 2023-02-17 23:48:32 -05:00
  • c097401f8b Merge pull request #1991 from spiro-trikaliotis/fix-msys2-test Bob Andrews 2023-02-17 18:29:39 +01:00
  • 727b3288d6 Remove .exe from file output Spiro Trikaliotis 2023-02-17 17:22:55 +01:00
  • 544a49c060 Merge pull request #1983 from mrdudz/fix1941 Bob Andrews 2023-02-05 17:28:22 +01:00
  • 8ac5e2f7b6 fix devicestr call, so related posix function work on cbm targets mrdudz 2023-01-28 15:08:00 +01:00
  • 1764b7aca9 fix for #1941, taken from 22d435b689 mrdudz 2023-01-28 12:29:05 +01:00
  • 6267db6b01 Merge pull request #1980 from TommiRommi/patch-1 Bob Andrews 2023-01-28 11:29:50 +01:00
  • 1d73c8d259 Update typeconv.c tomas 2023-01-27 16:53:36 +00:00
  • ed909dba1d fixed spelling mistake tomas 2023-01-27 10:52:20 +00:00
  • 60f56c43c7 some documentation fixes Christian Groessler 2023-01-18 11:55:52 +01:00
  • dbefd12571 Merge pull request #1968 from mseabold/master Bob Andrews 2023-01-18 04:34:58 +01:00
  • 3360734487 Update comment to match in source file Matt Seabold 2023-01-17 22:17:23 -05:00
  • 9ee0c835e5 Update documentation for line_bynumber Matt Seabold 2023-01-17 22:15:27 -05:00
  • 645fa982af Merge pull request #1975 from marianodominguez/add_sound_documentation Bob Andrews 2023-01-17 22:41:12 +01:00
  • cc9b91363f Merge pull request #1971 from polluks2/patch-8 Bob Andrews 2023-01-17 22:36:53 +01:00
  • c6d183c31b add documentation for _sound. Mariano Dominguez 2023-01-16 19:09:01 -08:00
  • 67564d83c8 libsrc/atari/sound.s: fix indentation Christian Groessler 2023-01-16 18:01:11 +01:00
  • c2e8f75bec Merge pull request #1962 from marianodominguez/feature_add_sound_command Christian Groessler 2023-01-16 17:59:34 +01:00
  • 40656ffb6e more style Mariano Dominguez 2023-01-15 17:05:24 -08:00
  • 6236e82850 change storage to pager zero fix bug that kills keyboard. Mariano Dominguez 2023-01-15 17:00:05 -08:00
  • a5a8225a58 Create disk of GEOS samples polluks2 2023-01-14 13:49:16 +01:00
  • 8ea0dfe453 Allow line_bynumber to return more than one result Matt Seabold 2023-01-11 20:18:51 -05:00
  • 42c39c6bfc remove trailing spacew, use correct user Mariano Dominguez 2023-01-10 11:26:12 -08:00
  • 27ecb555ea Rename sound to _sound. remove extra comments. Mariano Dominguez 2023-01-10 11:16:36 -08:00
  • 7979f8a41f Merge pull request #1965 from polluks2/patch-7 Bob Andrews 2023-01-08 18:54:27 +01:00
  • e4d9dbf0c0 Wrong file "geover.cvt" polluks2 2023-01-08 17:47:04 +01:00
  • bf9fb6dcdb increase delay in sound test Mariano Dominguez 2023-01-06 11:23:33 -08:00
  • 196962adac remove lasy pesky space Mariano Dominguez 2023-01-06 10:54:16 -08:00
  • 2a961a870b add target test Mariano Dominguez 2023-01-06 09:56:15 -08:00
  • c3e1ae3478 last trailing space Mariano Dominguez 2023-01-05 21:36:44 -08:00
  • 8c97b54f5d more trailing spaces :( Mariano Dominguez 2023-01-05 21:34:43 -08:00
  • 658c1ad711 only missing space Mariano Dominguez 2023-01-05 21:33:40 -08:00
  • 85f657b35e missing space Mariano Dominguez 2023-01-05 21:30:31 -08:00
  • 4e8b18c035 missing tab Mariano Dominguez 2023-01-05 21:29:33 -08:00
  • 29a80065cc fix tab indentation Mariano Dominguez 2023-01-05 21:27:54 -08:00
  • 30df733c31 remove dangling spaces Mariano Dominguez 2023-01-05 21:20:16 -08:00
  • fa05294054 add newline for style Mariano Dominguez 2023-01-05 21:16:58 -08:00
  • f9024d132a add sound command Mariano Dominguez 2023-01-05 21:12:58 -08:00
  • e944a30b6a Merge pull request #1955 from davepl/master Bob Andrews 2023-01-04 19:10:14 +01:00
  • 7ea2d8ab18 Address review comment Rutger van Bergen 2023-01-04 19:05:08 +01:00
  • 072f4188ac Merge pull request #1939 from acqn/TypeFix Bob Andrews 2023-01-04 19:01:23 +01:00
  • 167e940361 Merge pull request #1958 from karrika/sprite Bob Andrews 2023-01-04 18:16:46 +01:00
  • ce3a987d2d Merge pull request #1956 from karrika/master Bob Andrews 2023-01-04 17:42:38 +01:00
  • 9cda019669 Merge pull request #1960 from karrika/palette Bob Andrews 2023-01-04 17:25:34 +01:00
  • 36a56faa14 Merge pull request #1961 from clbr/da816 Bob Andrews 2023-01-04 17:21:26 +01:00
  • e2c6d06b0d Update dosc karri 2023-01-04 12:14:37 +02:00
  • 34aa53affb Merge branch 'cc65:master' into master Karri Kaksonen 2022-12-30 17:48:04 +02:00
  • 56a414593a Teach da65 about table units Lauri Kasanen 2022-11-08 19:04:46 +02:00
  • cce119a9e7 Merge pull request #1871 from clbr/da816 Bob Andrews 2022-12-30 15:34:40 +01:00
  • 878a20ab59 Fix dangling space karri 2022-12-30 15:27:17 +02:00
  • b6d06288e0 Fix warnings karri 2022-12-30 15:20:54 +02:00
  • f85951ab24 Add to build karri 2022-12-30 15:06:22 +02:00
  • 4117e94ed5 Add palette extraction functions karri 2022-12-30 14:44:18 +02:00
  • c2e9e5961d Add fixed Lynx sprite generation karri 2022-12-30 12:57:50 +02:00
  • f6b3bdda21 Add fixed Lynx sprite generation karri 2022-12-30 12:36:49 +02:00
  • b4aa853e6f Add fixed Lynx sprite generation karri 2022-12-30 12:21:49 +02:00
  • aed6591b19 Add new method GetBitmapBPP as we need it for sprite math karri 2022-12-30 12:16:46 +02:00
  • ebd1381030 Use same style in comments karri 2022-12-29 21:55:25 +02:00
  • 9cb0667260 Use same style in comments karri 2022-12-29 21:53:50 +02:00
  • 5ec5050af2 Remove redundant code karri 2022-12-29 21:48:28 +02:00
  • 05766d4bfe Add support for 4 pixels per plane karri 2022-12-29 19:40:00 +02:00
  • e953c1aa08 Add support for 4 pixels per plane karri 2022-12-29 19:28:16 +02:00