Forum: Assembly Nov 24th, 2008 |
| Replies: 3 Views: 638 ye ye.. but how would you go on about doing that in assembly?
i mean.. u can convert a floating point to a binary by continuously diving the remainder by 2, and 'saving' the quotient of the... |
Forum: Assembly Nov 24th, 2008 |
| Replies: 5 Views: 8,368 could someone briefly describe how this MIPS code works please?
i get the syscalls, and the registers and all.. but how does it actually convert the decimal into binary? I cant seem to understand... |
Forum: Assembly Nov 23rd, 2008 |
| Replies: 3 Views: 638 Can someone suggest me a method to convert a floating point number into binary using assembly?
for example 5.5 would be 000..101.1
but how would you go on about this in assembly? |