When you jump out of the ASM routine and go back to PBP the END command should do what you want.Code:ASM ; lots of my asm code goes here ENDASM END ' THE PBP TYPE
When you jump out of the ASM routine and go back to PBP the END command should do what you want.Code:ASM ; lots of my asm code goes here ENDASM END ' THE PBP TYPE
Dave
Always wear safety glasses while programming.
Bookmarks