??? 08/21/06 20:06 Read: times |
#122731 - Confused Responding to: ???'s previous message |
Erik Malund said:
if movc is disabled the jump table form of a switch statement is required beacuse the 'other' form uses movc. If movc is disabled, jump tables wont work because you cannot read the table. However, a computed goto will still work. Ian |