| |||||
Technical Support Support Resources
Product Information | A51: DEBUGGING ASSEMBLER INCLUDE FILESInformation in this article applies to:
QUESTIONI have written the following two assembler files: main.a51: $include (test.a51) test.a51: CSEG AT 0H MOV A,R0 ; this is a comment and it doesn't appear in dScope END My project includes only main.a51, and when I build it and load the object file into dScope, I cannot see the comment in the include file. Why? ANSWERdScope does not support High-level debugging of include files that generate code. There are at least two possible ways that this problem could be solved:
Last Reviewed: Thursday, June 10, 2004 | ||||
| |||||