Flight Calculator Write an HLA Assembly language program that calculates the cost of an airline ticket
The ticket will be based on different choices made by the traveler as represented by a bit field as shown below:
Identify Multiples Program HLA
I’m wondering where my error is that my program can’t detect if the user’s inputs are a multiple or not.
This is what I want to be outputted
Example 1:
Feed Me i: 10
Feed Me j: 20
EAX = 1
Example 2:
Feed Me i: 20
Feed Me j: 10
EAX = 1
instead when I enter it I get this
Feed Me i: 20
Feed Me j: 10
EAX = 0