jespergravgaard
|
18e50a245b
|
Using full path for VS.code clickyness.
|
2020-11-15 14:43:22 +01:00 |
|
jespergravgaard
|
4b543b7de5
|
Now formatting errors according to GCC standard format. Thanks @RoyJacobs. Closes #551
|
2020-11-15 14:15:07 +01:00 |
|
jespergravgaard
|
762cce9720
|
Upgraded XES plugin for supporting older JVMs. Added better support for start address to target platforms. Closes #574
|
2020-11-15 10:11:43 +01:00 |
|
jespergravgaard
|
164e0a614f
|
Merge remote-tracking branch 'origin/master'
|
2020-11-15 02:15:58 +01:00 |
|
jespergravgaard
|
a67f01a61a
|
Introduced KickAss XEX format modifier plugin https://gitlab.com/jespergravgaard/kickass-plugin-atari-xex. Changed #pragma pc() to #pragma start_address(). Added start_address to .TGT platform file. Closes #571
|
2020-11-15 02:15:48 +01:00 |
|
Jesper Balman Gravgaard
|
9efdbaaf08
|
Update README.md. Gitlab keeps changing the releases URL. Closes #568
|
2020-11-09 07:21:33 +00:00 |
|
Roy Jacobs
|
a0137d78da
|
Try to infer as much context as possible from existing CompileErrors and clean up their syntax a bit
|
2020-11-08 21:11:03 +01:00 |
|
Roy Jacobs
|
2084df4a18
|
Format CompileErrors using new ErrorFormatter class when compiling through the main KickC class
|
2020-11-08 21:11:03 +01:00 |
|
Roy Jacobs
|
5a7ffbdb46
|
Remove .idea folder
|
2020-11-08 21:11:01 +01:00 |
|
jespergravgaard
|
bca3622d55
|
Improved error when emulator cannot be found. Closes #506
|
2020-11-08 13:02:07 +01:00 |
|
jespergravgaard
|
66d94d7501
|
Added support for passing command line options on to the assembler using -Xassembler. Closes #530
|
2020-11-08 12:46:42 +01:00 |
|
jespergravgaard
|
78571d56ee
|
Changed sinus to sine for better english. Closes #565
|
2020-11-08 10:48:03 +01:00 |
|
jespergravgaard
|
0136093db0
|
Initializing cursor position in conio/stdio for C64/PLUS4/VIC20. Closes #521
|
2020-11-08 10:17:22 +01:00 |
|
jespergravgaard
|
2a0efd5f5b
|
Fixed multiplexer tests.
|
2020-11-08 08:36:09 +01:00 |
|
jespergravgaard
|
d905298115
|
Improved test.
|
2020-11-06 08:21:23 +01:00 |
|
jespergravgaard
|
0e9a7e94ca
|
Fixed multiplexer problem caused by missing volatile on screen variable. Added test demonstrating the problem.
|
2020-11-06 08:16:28 +01:00 |
|
jespergravgaard
|
c6d0f41c14
|
Merge remote-tracking branch 'origin/master'
|
2020-11-04 09:10:36 +01:00 |
|
jespergravgaard
|
bc3731dc5d
|
Added test for #564
|
2020-11-04 09:09:38 +01:00 |
|
Jesper Gravgaard
|
35d03db4c5
|
Now skipping postponed folders that cannot be deleted.
|
2020-11-02 19:03:05 +01:00 |
|
Jesper Gravgaard
|
5a99c43efb
|
Fixed problem where temporary folders not being deleted causes errors on every compile. Closes #493
|
2020-11-02 15:00:09 +01:00 |
|
Jesper Gravgaard
|
9a98476d6e
|
Added test refs.
|
2020-11-02 11:07:29 +01:00 |
|
jespergravgaard
|
f6c32196ed
|
Improved support for declaring pointers located on zero-page. __address(0xfc) char * zp2. #554
|
2020-11-02 01:18:03 +01:00 |
|
jespergravgaard
|
6394f074fa
|
Fixed test.
|
2020-11-01 23:12:46 +01:00 |
|
jespergravgaard
|
c920c360a1
|
Variables used in ASM is now automatically converted to volatile if not const. Beware that char * const var; and char * volatile var; do behave quite differently when used in ASM Closes #554
|
2020-11-01 22:42:09 +01:00 |
|
jespergravgaard
|
6bec9849b6
|
Working on #554 variables used in ASM.
|
2020-11-01 21:51:16 +01:00 |
|
jespergravgaard
|
85dcf992df
|
Fixed exception in pass 2 casued by constant function parameter. Closes #561
|
2020-11-01 18:49:10 +01:00 |
|
jespergravgaard
|
b1f34e5769
|
Working on #554 variables used in ASM.
|
2020-11-01 11:29:53 +01:00 |
|
jespergravgaard
|
279cc322b7
|
Added test for #558
|
2020-11-01 08:19:32 +01:00 |
|
jespergravgaard
|
251cf0856b
|
Added test for #557
|
2020-11-01 08:00:52 +01:00 |
|
jespergravgaard
|
48af107a90
|
Created minimal failing MD5 loop
|
2020-10-30 21:43:12 +01:00 |
|
jespergravgaard
|
8835a8c8f2
|
Created minimal failing MD5 loop
|
2020-10-30 21:11:37 +01:00 |
|
jespergravgaard
|
9a44547552
|
Added second MD5 test.
|
2020-10-30 20:10:13 +01:00 |
|
jespergravgaard
|
77754f8d39
|
Added missing fragment. Closes #555
|
2020-10-30 18:12:52 +01:00 |
|
jespergravgaard
|
4caaa9b752
|
Added last rol/rors.
|
2020-10-30 17:09:56 +01:00 |
|
jespergravgaard
|
6daf5ee97a
|
Updated tests.
|
2020-10-30 16:41:58 +01:00 |
|
jespergravgaard
|
e8ccd96d07
|
Added 32bit unsigned rol/ror fragments.
|
2020-10-30 16:05:31 +01:00 |
|
jespergravgaard
|
6f1ef0274e
|
Updated cache.
|
2020-10-30 10:58:36 +01:00 |
|
jespergravgaard
|
5c0009239e
|
Added missing 32bit-fragments for @mark.j.fisher.See #553
|
2020-10-30 10:43:01 +01:00 |
|
jespergravgaard
|
b79425ee48
|
Added missing fragments from @mark.j.fisher.See #550
|
2020-10-30 10:15:02 +01:00 |
|
jespergravgaard
|
d9fab8eb23
|
Fixed problem where zp_reserve is not being honoured after using __address. Closes #550
|
2020-10-30 09:17:34 +01:00 |
|
jespergravgaard
|
eb183ada7e
|
Added font locations
|
2020-10-29 08:17:29 +01:00 |
|
jespergravgaard
|
599aaf4d67
|
Added test for macro-based struct addressing vs. const-pointer based.
|
2020-10-19 23:59:26 +02:00 |
|
Jesper Gravgaard
|
482811f2c8
|
Merged https://gitlab.com/mark.j.fisher/kickc/-/tree/conio-atari ATARI XL/XE conio.h implementation. Closes #546
|
2020-10-19 12:22:42 +02:00 |
|
jespergravgaard
|
61f1f5a939
|
Added documentation to VIC-II
|
2020-10-19 08:24:40 +02:00 |
|
jespergravgaard
|
a55f7477de
|
Added 6502.h with SEI() and CLI().
|
2020-10-18 20:33:36 +02:00 |
|
jespergravgaard
|
2ad0285dc6
|
Fixed problem where nested infinite loop produces wrong block sequence. Closes #547
|
2020-10-18 17:46:09 +02:00 |
|
Mark Fisher
|
96a11cddc1
|
Fixed typo and tests for conio comment
|
2020-10-17 14:47:29 +01:00 |
|
Mark Fisher
|
6d84bc1ada
|
Add target pragma to conio-atari example
|
2020-10-16 12:55:12 +01:00 |
|
Mark Fisher
|
24a83558e8
|
Add conio example for Atari
|
2020-10-15 12:45:16 +01:00 |
|
Mark Fisher
|
b38626f018
|
Add conio implementation for Atari XL target
|
2020-10-15 10:18:44 +01:00 |
|