Question: Please help :( I don't know C coding and I've never used the mWrite or ReadFloat instructions in assembly before. This is my attempt which
Please help :( I don't know C coding and I've never used the mWrite or ReadFloat instructions in assembly before. This is my attempt which I know is terribly wrong: 
Implement the following C code in assembly language float X; float Y; printf("Enter X: "); scanf("%f", &X); printf("Enter Y: "); scanf("%f", &Y); printf("X and Y are equaln"); printf("X is lower than YIn"); printf("X is greater than Yn"); else if( X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
