> OK, let's modify b: a little as follows; > b: > #if JMP > 0 > jmp bb > #if JMP > 1 > call b > #if JMP > 2 > call b > #if JMP > 3 > call b > #endif > #endif > #endif > #endif > bb:
I'm lost. So the calls never get called--they just make the jmp reach farther? Brantley
