Question: assembly language subject 7. Write an assembly language function that is callable from C with the following function prototype: bool is Greater Than OrEqualU16(uint16_tx, uint16_ty)
7. Write an assembly language function that is callable from C with the following function prototype: bool is Greater Than OrEqualU16(uint16_tx, uint16_ty) The function should return true (1) ifxy and false (O) otherwise ex If x = 101 and y = 100, then the function returns 1 Include all lines of code that would be needed in the s file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
