• how to load a file in to memory
    thank u
  • Memory Maps LOAD SAVE
    I am using a Dallas 390 in continous mode and I am trying to store configuration memory using the simulator LOAD and SAVE commands. To save the memory map I am using the following command SAVE bbram...
  • Compile char as an unsigned char
    Hello, Can anyone tell me how to instruct Keil to compile char's as unsigned char's by default? I know that there are some help topics on this issue, but they seem to be giving a precompiler...
  • view memory after loading data
    Hello i am writing an array of asci char to memory and need to check they are in the correct position when in debug mode MOV A,#030H MOV R1,#060H MOV @R1,A ARRAY: INC A INC R1 CJNE A,#03AH,ARRAY I...
  • Complement of Char
    Is any direct function is available for the complement of the char variable