??? 10/23/06 16:35 Read: times |
#126917 - compilers like... Responding to: ???'s previous message |
...to have indirect and indexed access. Stuff like:
movx a, @dptr+0xNN movx @dptr+0xNN, a mov a, @ri+0xNN mov @ri+0xNN, a lcall dptr ljmp dptr |
??? 10/23/06 16:35 Read: times |
#126917 - compilers like... Responding to: ???'s previous message |
...to have indirect and indexed access. Stuff like:
movx a, @dptr+0xNN movx @dptr+0xNN, a mov a, @ri+0xNN mov @ri+0xNN, a lcall dptr ljmp dptr |