Having trouble figuring out why my assembly (HLA) program won’t run
I don’t understand why my program outputs this error
How can I compare character inputs in my HLA program?
How can I compare a user’s input to keep the loop going? When I input y the program ends and I have no idea where it’s going wrong.
Why does my HLA program give me a Memory Access Violation Error?
I’m not sure why I get a memory access violation whenever I input a number.
Enter FTES: 9000.7
size returned in AL is: S
I’ve tried using fild but it won’t allow the program to execute and it leads to this error
Operand must be a 16, 32, or 64-bit value.
Near: << ftes >>
Why does my HLA program that checks if values are increasing always output as false no matter what is inputted?
I don’t understand why my code outputs The values don’t increase even though I input increasing values for example
Enter a value: 2
Enter a value: 4
Enter a value: 10
The values don’t increase
I’m having trouble finding my error on my Quadratic Formula Assembly Program (HLA)
When I try to execute my code I get a error telling me “Value out of range”.
Identify Multiples Assembly Program (HLA)
Im really confused on how to swap I to J if I is less than J.
I need this to be outputted
Feed Me i: 10
Feed Me j: 20
EAX = 1