Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ ByteToHexStr
Function
ByteToHexStr
source/StrFormat.h:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
inline std::string ByteToHexStr(uint8_t n)
58
{
59
std::string s;
60
StrAppendByteAsHex(s, n);
61
return s;
62
}
63
64
inline std::string WordToHexStr(uint16_t n)
65
{
Callers
12
SSI_Output
Function · 0.85
MemLoadSnapshotAuxCommon
Function · 0.85
LoadSnapshot
Method · 0.85
DrawFlags
Function · 0.85
DrawRegister
Function · 0.85
_DrawSoftSwitchAddress
Function · 0.85
_DrawSoftSwitchLanguageCardBank
Function · 0.85
DrawTargets
Function · 0.85
DrawWatches
Function · 0.85
DrawZeroPagePointers
Function · 0.85
GetDisassemblyLine
Function · 0.85
ProfileFormat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected