??? 06/30/08 09:05 Modified: 06/30/08 09:08 Read: times |
#156308 - Literals Responding to: ???'s previous message |
In the source code are some references to XRAM and CODE as
MOV DPTR,#0 (for instance). Also look for other literals. For instance MOV A,#0 where 0 is high byte of start of RAM You have to find these and replace them by a label like STARTRAM. Then assign a value to STARTRAM (STARTRAM EQU 2000h) Assemble, link and load again. Good luck Robert |
Topic | Author | Date |
Adapt MCS-Basic on DS80C320 Board | 01/01/70 00:00 | |
Ask Jan | 01/01/70 00:00 | |
interesting finding... | 01/01/70 00:00 | |
Literals | 01/01/70 00:00 | |
Error found![]() | 01/01/70 00:00 |