Searched refs:cur2str (Results 1 – 3 of 3) sorted by relevance
101 push ret, "FP: " & cur2str(fp)103 push ret, "IMM: " & cur2str(imm)109 If mem.disp <> 0 Then push ret, "Disp: " & cur2str(mem.disp)
73 text = cur2str(address) & " " & byteDump & " " & instruction & " " & operand84 push r, "address: " & cur2str(address)
42 Function cur2str(v As Currency) As String function48 cur2str = Right("00000000" & Hex(dl.LowValue), 8)50 … cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)