amit251291
Member level 1
- Joined
- Jul 18, 2012
- Messages
- 38
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,558
Hello,
I want to prepare a assembly program which will compare more than 2 numbers. Actually i want to send a message to particular mobile number if speed exceeds more than say 6 km/hr
suppose that there are 3 digit numbers (till 999). now if speed exceeds above 6 km/hr then it should jump to "Message sending routine". after executing that it should come back to the comparison. how should i implement in program?
So if i consider only unit's place then it should be compared with '6'.. if number at unit's place is greater than '6' then it will jump to "Message sending routine". How to do this?? i need example of a such program..
thank you
I want to prepare a assembly program which will compare more than 2 numbers. Actually i want to send a message to particular mobile number if speed exceeds more than say 6 km/hr
suppose that there are 3 digit numbers (till 999). now if speed exceeds above 6 km/hr then it should jump to "Message sending routine". after executing that it should come back to the comparison. how should i implement in program?
So if i consider only unit's place then it should be compared with '6'.. if number at unit's place is greater than '6' then it will jump to "Message sending routine". How to do this?? i need example of a such program..
thank you