| ??? 10/03/03 07:02 Read: times |
#56000 - RE: Atmel 89C55WD cannot read with MOVC Responding to: ???'s previous message |
Donald,
Maybe you're right, but I was thinking that code will not run because it always needs to access code space for constants. char x[]="123"; For an expression like above, first code space is addressed for the address of constant "123", then the data found is copied to the memory location of x. Maybe you're right but it seems strange causing not to run such statements. Thanks for the comments anyway, |



