Decision Structure in Assembly

0

I am programming in Assembly and here comes an error.

To summarize, I have to make a structure to check two real values and then go to the rest of the program. Well, that was the idea. To illustrate, I'll leave a print with you:

In short, if the value is integer, the real is not. If anyone can help me, I appreciate it.

If you can not see the image, the lines of code are:

bgt $f3, $f4, vericacao1
bgt $f4, $f3, vericacao2

And the error code:

  

An occurrence while loading the file. The message are: Spim (parser)   syntax error on line 48 of file (C: \ User \ Vinícius   Novell \ Desktop \ Work.s bgt $ f3, $ f4, vericacao1

    
asked by anonymous 25.11.2014 / 04:54

0 answers