you breakpoint at the function, and see the following 32 bits at the top of the stack.
7B0E9721
what's the linear address of the return value? Well, obviously, it's
2197:0E7B!
you just gotta remember to reverse the bytes but not the nibbles, that'd be silly. Little Endian makes perfect sense.