I am new to the Keil EPM900 Emulator system. I have been writing code in assembly language but I'm having problems accessing special function registers such as WDCON. At the top of the page I notify the assembler that predefined symbols for the 8051 will be used with the line "$mod51". But the 8051 does not have a WDCON register. I can define WDCON and then manipulate it in the program. What should I use in order to make all the pre-defined symbols for the 89LPC936 available without having to define them? Thanks.