A86: Optimization...


[Prev][Next][Index][Thread]

A86: Optimization...




Well looking through the source of duckhunt I noticed that they used 

 ld hl,57*256+59		;penrow=57,pencol=58
 ld (_penCol),hl		;set those coords

Is there any optimization difference between this and...

 ld hl,393Bh
 ld (_penCol),hl

... or does the compiler take care of it...

Thanks for your help,

Chris


___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
or call Juno at (800) 654-JUNO [654-5866]


Follow-Ups: References: