コード例 #1
0
ファイル: Symbolic.cs プロジェクト: meloscheng/dos-debugger
 public virtual string FormatOperand(SourceAwareRelativeOperand operand)
 {
     return string.Format("<a href=\"somewhere\">{0:X4}</a>", operand.Target.Offset);
 }
コード例 #2
0
ファイル: Symbolic.cs プロジェクト: meloscheng/dos-debugger
 public virtual string FormatOperand(SourceAwareRelativeOperand operand)
 {
     return(string.Format("<a href=\"somewhere\">{0:X4}</a>", operand.Target.Offset));
 }