-
I have a disassembly that uses the instruction
```
ldi a,[hl]
```
rgbasm tells me
```
rgbasm -i src/ -o src/main.o src/main.asm
ERROR: src/main.asm(1644) :
syntax error
C:\MinGW\msys\1.0…
-
As is, symbols (labels) which aren't referenced aren't written in the symfile. An option to write them all would be nice.
-
Build 'yarn-homebrew' is failing!
Last 50 lines of build output:
```
[...truncated 4.30 KB...]
lzip
minio
mozjpeg
mu
mupdf
mupdf-tools
mysql-connector-c
mysql-sandbox
nasm
nativefier
notmuch
nsd
ola…
-
Following the discussion from #136.
A way of stating blocks of sections to be linked together in a specific order would be considerably beneficial and helpful for projects like disassemblies and th…
-
Hi, I just tried to re-install pokered after I did a fresh install of my OS. I wrote "cd pokered, make red" immediately after and got this error:
rgbasm -D _RED -h -o audio_red.o audio.asm
make: rgba…
-
It seems that whenever I try to flash any GBC ROM the cartridge is unable to start either on a Game Boy Light or a Game Boy Color.
The Nintendo logo is incomplete and locks.
This happens with all GBC …
-
Getting this as an output of make
```
src/gfx/png.c:166:2: error: implicit declaration of function 'png_set_quantize'
is invalid in C99 [-Werror,-Wimplicit-function-declaration]
png_set…
-
Using the repology.org's API, I've generated a list of possible updates that can be made to the nix packages. It lists the current nixpkgs_unstable version on the left of the arrow and the version tha…
-
When you define a _GB graphic_ constant, like **DW `00133100** the resulting two bytes of _planar_ data seem to get stored in the wrong order. It should store the least significant bits first and the …
ghost updated
8 years ago
-
I'm using Arch Linux here and got "python" pointing to Python 3.5.2.
Typing "make" would result in the following message:
```
$ make …