Searched refs:cur2str (Results 1 - 3 of 3) sorted by relevance

/external/capstone/bindings/vb6/
H A DCX86Operand.cls101 push ret, "FP: " & cur2str(fp)
103 push ret, "IMM: " & cur2str(imm)
109 If mem.disp <> 0 Then push ret, "Disp: " & cur2str(mem.disp)
H A DCInstruction.cls73 text = cur2str(address) & " " & byteDump & " " & instruction & " " & operand
84 push r, "address: " & cur2str(address)
H A DmMisc.bas42 Function cur2str(v As Currency) As String function
48 cur2str = Right("00000000" & Hex(dl.LowValue), 8)
50 cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)

Completed in 109 milliseconds