Debugger: Add note for 2.9.1.11

This commit is contained in:
michaelangel007
2022-01-04 11:29:18 -08:00
parent 5e70f7949c
commit 1613671c11
2 changed files with 15 additions and 0 deletions
+4
View File
@@ -1797,6 +1797,10 @@ WORD DrawDisassemblyLine ( int iLine, const WORD nBaseAddress )
if( line.nImmediate )
{
/*
300:A9 80 A9 81 A9 FF A9 00 A9 01 A9 7E A9 7F
*/
// Right justify to target ADDR:##
size_t len = strlen( line.sImmediateSignedDec );
linerect.left += (2 + (4 - len)) * nDefaultFontWidth;