gbdev / rgbds-live

A live Gameboy programming environment in the browser, allowing for realtime assembly programming for the gameboy.
https://gbdev.io/rgbds-live/
MIT License
36 stars 8 forks source link

Allow passing flags to rgbasm/rgblink/rgbfix #7

Open Rangi42 opened 1 year ago

Rangi42 commented 1 year ago

These flags can significantly affect the assembly behavior and final ROM. You may want to blacklist certain flags which would prevent a proper build pipeline (e.g. rgbasm -M or rgblink -O), or just whitelist the sensible ones.