Shop OBEX P1 Docs P2 Docs Learn Events
Where should I be looking for info on specific details of PASM2 syntax? — Parallax Forums

Where should I be looking for info on specific details of PASM2 syntax?

I feel a bit dense for having to ask this but I can't find what I'm looking for in the official docs for the P2 PASM syntax...

What document should I be consulting to find details about the differences between the following two samples?

loop            nop
                '...
                jmp     #loop

...and...

.loop           nop
                '...
                jmp     #.loop

I tried searching for "branching", "jmp" and several other searches all to find things that are entirely unrelated.

The P1 has a lovely instruction set PDF that has full examples for all opcodes, is there such a thing for the P2? I've seen the spreadsheet that simply lists the opcodes, I need some explanatory text to go along with them. :)

For some reason I'm finding the P2 docs really hard to use. The google drive docs don't seem to allow download as PDF, it just doesn't work (?).

Comments

Sign In or Register to comment.