Exemple #1
0
 public NasmDisassemblySettings CopyTo(NasmDisassemblySettings other)
 {
     if (other is null)
     {
         throw new ArgumentNullException(nameof(other));
     }
     base.CopyTo(other);
     return(other);
 }
Exemple #2
0
 public NasmAppSettingsPage(NasmDisassemblySettings x86DisassemblySettings)
     : base(x86DisassemblySettings, x86DisassemblySettings.Clone(), new NasmFormatter(new NasmFormatterOptions(), SymbolResolver.Instance))
 {
 }