write code to compute: RESULT = (| A B|) / ((- C)*(E * F))
HInt : the used the VFP unit to do the math. So different Opcodes! see the lecture or chapter 13 and 14 of this reference: https://personal.utdallas.edu/~pervin/RPiA/RPiA.pd…
B: .DOUBLE -3.5
C: .DOUBLE 11
E: .DOUBLE -123.11
F : .DOUBLE 0.0012311
A: .SINGLE 2.5
. BALIGN 8
RESULT: .SKIP 8 // This is space for a DOUBLE