Shop OBEX P1 Docs P2 Docs Learn Events
PASD jumps here and there... — Parallax Forums

PASD jumps here and there...

nicolad76nicolad76 Posts: 164
edited 2008-04-17 21:50 in Propeller 1
Hi...it is only me or PASD (great application!!!) may not jump to the right instruction when executing call #routine ?

What happens is:
example

1···· mov OUTA, m_DS
2···· call #writebyte
··· <more code here>
30···· move OUTA, m_HC
31···call #writebyte2

writebyte
······ <some code here>
writebyte_ret ret

writebyte2
······ <some code here>
writebyte2_ret ret

I have seen the by pressing F8 (not F7 nono.gif ) the sequence traced by PASD will be 1-2-30-31-writebyte2

Is it possible something is wrong in my code (which is not exactly the one posted here)?

Thx!

P.S. .. is this the right place to post this question???tongue.gif

Comments

Sign In or Register to comment.