Make CLI and OPT options -p and -Q more consistent (#1834)

This commit is contained in:
Rangi
2025-09-20 13:54:28 -04:00
committed by GitHub
parent d8aff148bb
commit c49a7d1e2f
6 changed files with 48 additions and 60 deletions

View File

@@ -1,7 +1,8 @@
SECTION "test", ROM0
pusho
opt p42, -Q.4, Wno-div
opt p66, -Q.4, Wno-div
opt -p 0x42, Q .0x04, -W no-div ; idempotent
ds 1
println $8000_0000 / -1
def n = 3.14
@@ -13,6 +14,6 @@ popo
def n = 3.14
println "{x:n} = {f:n}"
pusho -p99
pusho -p153
ds 1
popo