Files
rgbds/test/asm/invalid-opt.asm
Rangi 5d998ef483 Restrict custom binary and graphics digits (#1693)
* Restrict custom binary and graphics digits

* Update documentation

* Fix build error
2025-05-22 10:52:51 +02:00

20 lines
185 B
NASM

opt b123
opt b_1
opt b10
opt b00
opt g12345
opt g012_
opt g$123
opt g0234
opt gxxyy
opt gxyzy
opt pxy
opt p1234
opt Qxy
opt Q1234
opt Q32
opt r99999999999999999999999999
opt W
opt
popo