Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by subish_1087

  1. S

    hex to bcd conversion in bascom

    wat abt this code.will it work? $asm mov a,#h'09 add a,#h'01 da a loop1: sjmp loop1 $end asm
  2. S

    hex to bcd conversion in bascom

    please can anyone send me 8051 asm code for hex-bcd
  3. S

    In BASCOM 51 the DA A instruction is working wrong.Instead of adding 6 its adding 66.

    $asm mov a,#h'09 add a,#h'01 da a loop1: sjmp loop1 $end asm
  4. S

    In BASCOM 51 the DA A instruction is working wrong.Instead of adding 6 its adding 66.

    i checked tat. even if cy flag is reset ,66 is added
  5. S

    In BASCOM 51 the DA A instruction is working wrong.Instead of adding 6 its adding 66.

    In BASCOM 51 the DA A instruction is working wrong.Instead of adding 6 its adding 66.Is there any other way to do decimal adjusting a hex value

Part and Inventory Search

Back
Top