-
Upstream SDCC is working on the 4.2.0 release, aiming for a release in Feburary. sdcc trunk is soft-frozen as of today.
Since SDCC releases tend to be relatively stable, it might make sense for z88…
-
```
$ make clean-target-libgcc
# ...
$ make all-target-libgcc CFLAGS_FOR_TARGET="-mno-callee-assume-ss-data-segment"
# ...
../../../gcc-ia16/libgcc/libgcc2.c: In function ‘__popcounthi2’:
../../…
-
This is a follow up to #1282.
EZGames and I are looking to resync TASes for the broader GB/GBC library. We've seen only minor improvements to syncing Mickey's Dangerous chase on GBP with the impro…
-
Hello, I installed mgba (which works) by activating the use of python, I tried to import the mgba module but it does not exist, I also checked where my modules are stored, so I went to the folder ` /s…
-
## Steps to reproduce the issue
I wasn't able to reproduce this in a smaller example than this:
[test.zip](https://github.com/YosysHQ/yosys/files/6018738/test.zip)
```
unzip test.zip
yosys test…
-
Example:
```
ok rb 1
valid rw 1
invalid rl 1
```
Result:
```
ERROR: test.asm(3):
syntax error
error: Assembly aborted in pass 1 (1 errors)!
```
-
Sometimes you want to add sanity checks to macros. Something like this:
```
if (\1) < 4
fail "The number of widgets must be at least four."
endc
```
But those checks require the macro argu…
-
I instaled the last version on VSCode and the extension stops being activated for **.asm** source files after I close/reopen the source folder. It works consistently with **.sm83** extension, though.…
-
This is a bit of a weird issue. Using the standard MSVC configuration (running in x64_x86 Cross Tools Command Prompt for VS 2017), compilation fails with a simple "error 1" when building the boot ROM.…
-
Hi, when I compile 32/64-bit, everything works except one spot.
../build/obj/../Core/gb_libretro.c.o:gb.c:(.text+0xcb2): undefined reference to `random'
I did this in gb.c which isn't perchance …
ghost updated
5 years ago