??? 01/16/08 10:02 Read: times |
#149530 - No memory type Responding to: ???'s previous message |
Dan Dubois said:
.area CODE (ABS) .org 0x00 mov 0x7f96,0xff I want to caution you that naming the segment/area 'CODE' does not automatically put it in code memory. I advise to explicitly put it in code memory like this: .area CODE (ABS,CODE) .org 0x00 mov 0x7f96,0xffMaarten |
Topic | Author | Date |
A simple EZUSB cypress AN2131SC example | 01/01/70 00:00 | |
fxload expects CR/LF | 01/01/70 00:00 | |
No memory type | 01/01/70 00:00 | |
MOV? | 01/01/70 00:00 | |
0x7F96 => 0x96 | 01/01/70 00:00 | |
Not the required result, then? | 01/01/70 00:00 | |
Bible time | 01/01/70 00:00 | |
Thank You![]() | 01/01/70 00:00 |