Rangi

Results 280 issues of Rangi

Fixes #18 Test case: ```asm INCLUDE "structs.inc" SECTION "test", ROM0 struct Dialog bytes 16, TextLine1 bytes 16, TextLine2 end_struct dstruct Dialog, Greeting, \ .TextLine1=$20\,"Hel"\,"lo, again,"\,$10, \ .TextLine2="world!"\,$ff ``` ```console $...

The `dstruct` macro has this logic to escape commas: ```asm ; Escape any commas in a multi-byte argument initializer so it can ; be passed as one argument to the...

RGBASM 0.8.0 `-h` "must" be removed (it "may" have been removed in 0.7.0). ```diff diff --git a/makefile b/makefile index ccfc9d1..ba14638 100644 --- a/makefile +++ b/makefile @@ -85,10 +85,10 @@ $(title).gb:...

The Ace editor uses Ctrl+L for a "go to line" feature. This overrides the browser's function of Ctrl+L to focus on the address bar, and it's frequently surprising/disturbing me. Other...

enhancement

This would mean adding `` in the HTML and `"use strict";` in the JS, and following modern best practices (e.g. use `const` and `let` instead of `var`). Note that just...

enhancement

When I run this locally I no longer get the green current-line highlight, but I can't tell why. It changes the secret symbols to use a `~~SEC_` prefix instead of...

enhancement

We should consider linter rules beyond the scope of the Prettier formatter (e.g. requiring braces even around single-statement bodies).

enhancement

Since we manually edit the HTML, CSS, and JS here, we should decide on a preferred code style (indentation, line length, JS features to use/avoid, etc). The ones that can...

documentation

![foo.png](https://github.com/user-attachments/assets/5a210d35-83f7-4879-9d58-07bdaa56d272) RGBGFX somehow thinks a 5-color tile has 13 colors: ```console $ ./rgbgfx -n 64 foo.png warning: Fusing colors #00447eff and #00407dff into Game Boy color $3d00 [first seen at...

bug
rgbgfx

`LOAD FRAGMENT` was originally supported since #736, but was removed in 1d012682497e5060df257a12c2a3e3388d43e4ab. #869 has more explanation: > `LOAD FRAGMENT` needs to be removed anyway, as its semantics are buggy. All...

enhancement
rgbasm
rgblink