load srec\float\float.srec
verify srec\float\float.srec
bp 0x400010b0
bp 0x40001168
run
// 1-st software break point
dis 0x4000102c 34
reg
float
mem 0xA0000000
cont
// 2-nd software break point
reg
float
cont
// After end of program
dis 0x4000117c 27
reg
float
mem 0xA0000000
// FPU special cases are written via DSU access
// %f0 - +Infinity,
// %f1 - -Infinity,
// %f2 - Quiet Not a Number (QNaN)
// %f3 - Signaling Not a Number (SNaN)
wmem 0x90301000 0x7F800000 0xFF800000 0x7FC00000 0x7FC00000
// %f4, %f5 - +Infinity for DP (double precision),
// %f6, %f7 - -Infinity for DP,
wmem 0x90301010 0x7FF00000 0x00000000 0xFFF00000 0x00000000
// %f8, %f9 - QNaN for DP,
// %f10, %f11 - SNaN for DP,
wmem 0x90301020 0x7FF80000 0x00000000 0xFFFC0000 0x00000000
float
