nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

statement execution #58

Closed nurpax closed 5 years ago

nurpax commented 5 years ago

splitting out of #57

maybe something like

!! x.push(1)
!! log.print("foobar")
nurpax commented 5 years ago

image

vs

image

I guess !! looks a bit better.

nurpax commented 5 years ago

!! it is.