Hi! 1. Commands break...if..., watch..., break...commands...end are carried out as simple breakpoints (break...). It is correct?
2. >msp430-gcc -mmcu=msp430x149 -D_GNU_ASSEMBLER_ -nostartfiles -nostandartlibs -g >fet140_1.S -o fet140_1 >msp430-gdb fet140_1 GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. ..... This GDB was configured as "--host=i686-pc-cygwin --target=msp430"... 0x0000ffff in ?? () (no debugging symbols found)... ^^^^^^^^^^^^^^^^^^^^^^^^^^ :( (gdb) Why? gdb 6.0 (mspgcc-20041102.exe) win98 -- Thanks, Vladimir Makarov.