~ft/zabava

23b263920a89ac82aab096033caa7cdea599316a — Sigrid Solveig Haflínudóttir 1 year, 10 months ago f0b919b
jsr: no need for "set" since different stacks are used (thanks alderwick)
1 files changed, 1 insertions(+), 1 deletions(-)

M source/Uxn/Stmt.hs
M source/Uxn/Stmt.hs => source/Uxn/Stmt.hs +1 -1
@@ 60,7 60,7 @@ opToStmt o =
        Ilth → [push8 [pop < pop]]
        Ijmp → [warp pop]
        Ijcn → [set [(a, pop), (b, pop8)], b ? warp a]
        Ijsr → [set [(a, pop)], pushd16 [pc], warp a]
        Ijsr → [pushd16 [pc], warp pop]
        Isth → [pushd [pop]]
        Ildz → [push [mem pop8]]
        Istz → [poke (mem pop8) pop]