chitselb / pettil

6502 Forth-83 dialect for the Commodore PET 2001
http://pettil.tumblr.com
34 stars 3 forks source link

2DUP and 2OVER code sharing ? #84

Open barrym95838 opened 3 years ago

barrym95838 commented 3 years ago

It looks like you're spending five bytes of tricky code to share four bytes of common code. Why not just keep it simple (unless I'm missing something) and give each word its own

    jsr slip
    dex