-
I'm trying to apply a patch to SDK.
However, when I follow [Development](https://github.com/llvm-mos/llvm-mos-sdk?tab=readme-ov-file#development) procedure I get an error.
What can be wrong?
Th…
-
```
static __inlinefunc unsigned udiv(unsigned a, unsigned b)
{
```
This implementation of `udiv` (and `umod`, `udivmod`) will only work on numbers
-
This issue seems to be triggered under specific circumstances:
1. `LLVM_MOS_PLATFORM` is set to `common`
2. `CMAKE_TRY_COMPILE_TARGET_TYPE` is not set to `STATIC_LIBRARY`
I am unable to upload th…
-
Hello
I am running into issues trying to build this fork of the LLVM-MOS project
### The Readme says:
*1. When you first clone the repository, or change any of the CMake files, execute `$ cma…
-
The game refuses to compile with LLVM-MOS v15.2:
```
[build] /home/parallels/llvm-mos/bin/mos-nes-action53-clang++ -I/home/parallels/miroh-1/build/assets -I/home/parallels/miroh-1/src -I/home/par…
-
It would be great to use llvm-mos release for it: https://github.com/llvm-mos/llvm-mos/issues/273 https://github.com/llvm-mos/llvm-mos/issues/275
-
If you try to compile the following .cpp code with latest version of LLVM-MOS with:
`mos-c64-clang++.bat -Os -o test.prg test.cpp`
you obtain:
```
ld.lld: error: test.prg.lto.o:(function mai…
-
This would allow folks to play with the semantics of a GAS-style assembler for the 6502, as well as providing a nice vehicle to demonstrate any assembler bugs.
-
On a fresh install for LLVM-MOS, LLVM-MOS-SDK, RUST-MOS git latest all, default branch, would have loved to try out one of your examples (pi calculations) from here:
https://github.com/mrk-its/aoc202…
-
llvm-mos/llvm-mos#421 (porting llvm-libc) didn't pan out, so we should instead use pieces from the public domain pdclibc (https://github.com/DevSolar/pdclib) to complete our standard library.