Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write an assembly code which can call function in a loop
with al value from 0 to 9

Answer Posted / pk

xor ax, ax
loop1:
call foo
inc al
cmp ax, 10
jb loop1

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between div and idiv instructions with the help of examples.

2706


Classify interrupts on the basis of signals. State their differences.

1206


What is clock frequency for 8085?

1115


explain the different types of control flags for the 8086?

1024


The interrupt response time is determined by?

1086


Define macros with the help of an example.

1220


In what way interrupts are classified in 8085?

1222


Why subroutine used in programs?

1218


Name the special purpose registers?

1098


What was is the primary usage of a 8085 microprocessor?

1120


What is an interrupt service routine?

1091


Explain the purpose of the status register?

1094


what are the types of conditional jumps

1299


What is the difference between isr & function call?

1231


What is the purpose of data moving instructions? Name any two such instructions?

1095