MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / FormatChar4Font

Function FormatChar4Font

source/Debugger/Debugger_Disassembler.cpp:114–120  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

112
113//===========================================================================
114char FormatChar4Font(const BYTE b, bool* pWasHi_, bool* pWasLo_)
115{
116 // Most Windows Fonts don't have (printable) glyphs for control chars
117 BYTE b1 = FormatCharTxtHigh(b, pWasHi_);
118 BYTE b2 = FormatCharTxtCtrl(b1, pWasLo_);
119 return b2;
120}
121
122
123

Callers 1

CmdOutputCalcFunction · 0.85

Calls 2

FormatCharTxtHighFunction · 0.85
FormatCharTxtCtrlFunction · 0.85

Tested by

no test coverage detected