Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/30/01 20:41
Read: times


 
#11248 - RE: 8 to 16 bit hex conversion
Hi Chris,

the Keil or the free Metalink 8051 assembler support high and low expressions, e.g.:

mov r0, #high(1234h)
mov r1, #low(1234h)


Try one of these, they are Intel compatible and assemble also the Atmel, Dallas, Philips aplication notes.

Avoid assemblers with dot expressions, e.g. ".ORG". Since this is not Intel syntax like and you can not reuse code examples from application notes.


Peter


List of 10 messages in thread
TopicAuthorDate
8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      
RE: 8 to 16 bit hex conversion            01/01/70 00:00      

Back to Subject List