Posted on March 24, 2004 at 05:10Hi Shlomo1, >>Please check your *.h, *.c/*.asm files in which you might have assigned a register in that address(0x75) or else find out where exactly this error is appearing by using step into function so that we cou...
Posted on March 11, 2004 at 04:56Hi, There is no problem even if it shows such kind of error. You can even check in the disassembly window to verify whether all the files have been included. I wondered that this problem was not occuring, if i remove...
Posted on March 11, 2004 at 03:18Hi Al, The stuffs which i mentioned here is an replacement for BOOL variables which will aso reduce the code size considerably. It can also be used for declaring & defining a bit variables. In fact this is very conve...
Posted on March 11, 2004 at 01:58Hi Habluetzel, With the following declarations, segment byte at 80-FF 'ram0' .SET1 DS.W 1 .END_RAM0 EQU $1E and with the same instruction ld Y,#{SET1-END_RAM0} ;{} = Index, 8-Bit my assembler does not producing any e...
Posted on March 11, 2004 at 01:11Hi danspando, Below is the model mak file in which you can add commands to remove the wed and wdb files. Hope this will help u. PATHC = C:\Metrowerks\CodeWarrior_STM_V1.1 APPLI = example LK_CMD_FILE = $(APPLI).prm # ...