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]