Allow OPT to accept optional dashes before flags

This commit is contained in:
Rangi42
2025-08-06 10:19:01 -04:00
parent a4a830776b
commit f9a55bd5cd
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
SECTION "test", ROM0
pusho
opt p42, Q.4, Wno-div
opt p42, -Q.4, Wno-div
ds 1
println $8000_0000 / -1
def n = 3.14
@@ -13,6 +13,6 @@ popo
def n = 3.14
println "{x:n} = {f:n}"
pusho p99
pusho -p99
ds 1
popo