Re: writing a jump table
Brian Raiter <[email protected]>
| Newsgroups | gmane.linux.assembly |
|---|---|
| Message-ID | <[email protected]> |
> I am trying to write a jump table, but unfortunately with limited > success. When I compile the code and disassemble it, the offset of > "table" is 0, which I guess means that something didn't work out. Actually, table appears immediately following your indirect jump instruction, so I would assume that the offset would be zero. Did you actually try this code to verify that it doesn't do what you expect? b -- To unsubscribe from this list: send the line "unsubscribe linux-assembly" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html