Where i should add these macros? #6
Replies: 4 comments 1 reply
-
|
I was thinking the same, to add to framework.
|
Beta Was this translation helpful? Give feedback.
-
|
ok... issue moved, i started working on bubble sort on separate branch. |
Beta Was this translation helpful? Give feedback.
-
|
I started working on the string library on a separate branch. I’m not really too familiar with gradle or circleci. On my local repository, KickAssembler cannot resolve the paths to included libs. I will attach screenshots later. I’m on my mobile now. I also see some assert statements in the code. Do you have a specific workflow for building and testing? Grazie. |
Beta Was this translation helpful? Give feedback.
-
|
To use Gradle, you just need to ensure that you have JDK 11 or better. You can download it here https://jdk.java.net/ |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi developers!
I've added some issue on common (https://github.com/c128lib/common/issues/13 https://github.com/c128lib/common/issues/11 for embedding sort algorithm macros and https://github.com/c128lib/common/issues/12 for a random number generator)
It doesn't sounds good to common project, maybe these are better to framework?
I would add a specific module for sorting algorithms (sort.asm and sort-global.asm) and one for random numbers (random.asm and random-global.asm). They're not chipset items, as they don't use a particular chip or expose a feature, and common also doesn't seem right to me because these are pretty elaborate features and don't define any new label.
What do you think? Should they be moved to framework?
Beta Was this translation helpful? Give feedback.
All reactions