CompuServe Messages

My absence

#: 2002 S9/Software DevelopersForum unknown
    16-Dec-85 12:21:36
Sb: #1841-My absence
Fm: Russ Wetmore 76703,2010
To: Larry Miller 72336,3241

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

hehe. This is a common mistake – register indirect addressing is _faster_ than absolute addressing, on every command bar none. I even had to point this out to a "seasoned veteran" of the 68000 once. This is a common mistake because it's this way on most processors – the 68000 is the exception to the rule. All Mac compilers (to the best of my knowledge) _only_ allow you to create relocatable code – indeed, this is the only type of code which will work on the Mac because of the way its heap management works. "CODE" resources are no different from any other data type – they are loaded into the heap wherever there's room, and global references into the block are resolved.