• assembler error where none should be
    This, in my humble opinion should be very legal EXTRN BIT (ReversalFlag) ... ... 002E 1199 jnb ReversalFlag,Gen1 *** __________________________________________^ *** ERROR #45 IN 1199 (AVFMTBM.A51, LINE...
  • assembler error where none should be
    This, in my humble opinion should be very legal EXTRN BIT (ReversalFlag) ... ... 002E 1199 jnb ReversalFlag,Gen1 *** __________________________________________^ *** ERROR #45 IN 1199 (AVFMTBM.A51, LINE...
  • No MULTIPLE CALL TO SEGMENT warning where it should be...
    Please consider the following code. //--- module main.c --- ... void main() { ... set_status_word(...); ... } //--- module can.c --- ... void CAN_int_handler(void) interrupt 7 { ... set_status_word...
  • No MULTIPLE CALL TO SEGMENT warning where it should be...
    Please consider the following code. //--- module main.c --- ... void main() { ... set_status_word(...); ... } //--- module can.c --- ... void CAN_int_handler(void) interrupt 7 { ... set_status_word...
  • Starting Up - What kit should I use
    Hello I'm want to get into embeded systems design and am wondering what the kit I should obatin to get me onto a good start?