View Single Post
Old 12-15-2005, 00:04   #26 (permalink)
rc-flitzer
No Life Poster
 
Join Date: Mar 2004
Posts: 593
Member: 60520
Status: Offline
Thanks Meter: 0
Quote:
Please explain "odd addresses"
Odd is the opposite of even - an odd address is a not even address, ending with an odd number (1,3,5,7,9).
Quote:
What's the difference between DA and FA (FA = absolute jump?)? What is CB00 (not DB00 )
Right, FA is absolute jump while DA is absolute call. That's why it works and why you save 12 bytes.
DB00 is return from absolute (far) call, CB00 is return from local call. If you need to know more, have a look at the German help files about C166 assembler. They're to find in "Anleitungen" (Guides) on gsm-modding.de

And: you may have less knowledge than lalo or me at the moment, but you have much curiosity that leads to knowledge.
  Reply With Quote
 
Page generated in 0.07037 seconds with 7 queries