//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace VSMerlin32.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class opcodes { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal opcodes() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("VSMerlin32.Resources.opcodes", typeof(opcodes).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to ADd with Carry. /// internal static string ADC { get { return ResourceManager.GetString("ADC", resourceCulture); } } /// /// Looks up a localized string similar to ADd with Carry Long. /// internal static string ADCL { get { return ResourceManager.GetString("ADCL", resourceCulture); } } /// /// Looks up a localized string similar to Bitwise AND with accumulator. /// internal static string AND { get { return ResourceManager.GetString("AND", resourceCulture); } } /// /// Looks up a localized string similar to Bitwise AND with accumulator, Long. /// internal static string ANDL { get { return ResourceManager.GetString("ANDL", resourceCulture); } } /// /// Looks up a localized string similar to ASL shifts all bits left one position. 0 is shifted into bit 0 and the original bit 7 is shifted into the Carry. /// internal static string ASL { get { return ResourceManager.GetString("ASL", resourceCulture); } } /// /// Looks up a localized string similar to Branch if Carry Clear. /// internal static string BCC { get { return ResourceManager.GetString("BCC", resourceCulture); } } /// /// Looks up a localized string similar to Branch if Carry Set. /// internal static string BCS { get { return ResourceManager.GetString("BCS", resourceCulture); } } /// /// Looks up a localized string similar to Branch if EQual/Branch if zero. /// internal static string BEQ { get { return ResourceManager.GetString("BEQ", resourceCulture); } } /// /// Looks up a localized string similar to BIt Test. /// internal static string BIT { get { return ResourceManager.GetString("BIT", resourceCulture); } } /// /// Looks up a localized string similar to Branch if MInus value. /// internal static string BMI { get { return ResourceManager.GetString("BMI", resourceCulture); } } /// /// Looks up a localized string similar to Branch if Not Equal/Branch if not zero. /// internal static string BNE { get { return ResourceManager.GetString("BNE", resourceCulture); } } /// /// Looks up a localized string similar to Branch if PLus value. /// internal static string BPL { get { return ResourceManager.GetString("BPL", resourceCulture); } } /// /// Looks up a localized string similar to BRanch Always. /// internal static string BRA { get { return ResourceManager.GetString("BRA", resourceCulture); } } /// /// Looks up a localized string similar to Software BReaK. /// internal static string BRK { get { return ResourceManager.GetString("BRK", resourceCulture); } } /// /// Looks up a localized string similar to BRanch always Long. /// internal static string BRL { get { return ResourceManager.GetString("BRL", resourceCulture); } } /// /// Looks up a localized string similar to Branch if oVerflow Clear. /// internal static string BVC { get { return ResourceManager.GetString("BVC", resourceCulture); } } /// /// Looks up a localized string similar to Branch if oVerflow Set. /// internal static string BVS { get { return ResourceManager.GetString("BVS", resourceCulture); } } /// /// Looks up a localized string similar to CLear Carry flag. /// internal static string CLC { get { return ResourceManager.GetString("CLC", resourceCulture); } } /// /// Looks up a localized string similar to CLear Decimal flag. /// internal static string CLD { get { return ResourceManager.GetString("CLD", resourceCulture); } } /// /// Looks up a localized string similar to CLear Interrupt flag. /// internal static string CLI { get { return ResourceManager.GetString("CLI", resourceCulture); } } /// /// Looks up a localized string similar to CLear oVerflow flag. /// internal static string CLV { get { return ResourceManager.GetString("CLV", resourceCulture); } } /// /// Looks up a localized string similar to CoMPare accumulator with memory. /// internal static string CMP { get { return ResourceManager.GetString("CMP", resourceCulture); } } /// /// Looks up a localized string similar to CoMPare accumulator with memory, Long. /// internal static string CMPL { get { return ResourceManager.GetString("CMPL", resourceCulture); } } /// /// Looks up a localized string similar to COProcessor empowerment (interrupt). /// internal static string COP { get { return ResourceManager.GetString("COP", resourceCulture); } } /// /// Looks up a localized string similar to ComPare X with memory. /// internal static string CPX { get { return ResourceManager.GetString("CPX", resourceCulture); } } /// /// Looks up a localized string similar to ComPare Y with memory. /// internal static string CPY { get { return ResourceManager.GetString("CPY", resourceCulture); } } /// /// Looks up a localized string similar to DECrement accumulator or memory. /// internal static string DEC { get { return ResourceManager.GetString("DEC", resourceCulture); } } /// /// Looks up a localized string similar to DEcrement X. /// internal static string DEX { get { return ResourceManager.GetString("DEX", resourceCulture); } } /// /// Looks up a localized string similar to Decrement Y. /// internal static string DEY { get { return ResourceManager.GetString("DEY", resourceCulture); } } /// /// Looks up a localized string similar to Exclusive OR accumulator with memory. /// internal static string EOR { get { return ResourceManager.GetString("EOR", resourceCulture); } } /// /// Looks up a localized string similar to Exclusive OR accumulator with memory, Long. /// internal static string EORL { get { return ResourceManager.GetString("EORL", resourceCulture); } } /// /// Looks up a localized string similar to INCrement accumulator or memory. /// internal static string INC { get { return ResourceManager.GetString("INC", resourceCulture); } } /// /// Looks up a localized string similar to INcrement X. /// internal static string INX { get { return ResourceManager.GetString("INX", resourceCulture); } } /// /// Looks up a localized string similar to INcrement Y. /// internal static string INY { get { return ResourceManager.GetString("INY", resourceCulture); } } /// /// Looks up a localized string similar to JuMp, Long. /// internal static string JML { get { return ResourceManager.GetString("JML", resourceCulture); } } /// /// Looks up a localized string similar to JuMP. /// internal static string JMP { get { return ResourceManager.GetString("JMP", resourceCulture); } } /// /// Looks up a localized string similar to JuMP, Long. /// internal static string JMPL { get { return ResourceManager.GetString("JMPL", resourceCulture); } } /// /// Looks up a localized string similar to Jump to Subroutine, Long. /// internal static string JSL { get { return ResourceManager.GetString("JSL", resourceCulture); } } /// /// Looks up a localized string similar to Jump to SubRoutine. /// internal static string JSR { get { return ResourceManager.GetString("JSR", resourceCulture); } } /// /// Looks up a localized string similar to LoaD Accumulator. /// internal static string LDA { get { return ResourceManager.GetString("LDA", resourceCulture); } } /// /// Looks up a localized string similar to LoaD Accumulator, Long. /// internal static string LDAL { get { return ResourceManager.GetString("LDAL", resourceCulture); } } /// /// Looks up a localized string similar to LoaD X register. /// internal static string LDX { get { return ResourceManager.GetString("LDX", resourceCulture); } } /// /// Looks up a localized string similar to LoaD Y register. /// internal static string LDY { get { return ResourceManager.GetString("LDY", resourceCulture); } } /// /// Looks up a localized string similar to LSR shifts all bits right one position. 0 is shifted into bit 7 and the original bit 0 is shifted into the Carry. /// internal static string LSR { get { return ResourceManager.GetString("LSR", resourceCulture); } } /// /// Looks up a localized string similar to Block MoVe Negative. /// internal static string MVN { get { return ResourceManager.GetString("MVN", resourceCulture); } } /// /// Looks up a localized string similar to Block MoVe Positive. /// internal static string MVP { get { return ResourceManager.GetString("MVP", resourceCulture); } } /// /// Looks up a localized string similar to No OPeration. /// internal static string NOP { get { return ResourceManager.GetString("NOP", resourceCulture); } } /// /// Looks up a localized string similar to Bitwise OR Accumulator with memory. /// internal static string ORA { get { return ResourceManager.GetString("ORA", resourceCulture); } } /// /// Looks up a localized string similar to Bitwise OR Accumulator with memory, Long. /// internal static string ORAL { get { return ResourceManager.GetString("ORAL", resourceCulture); } } /// /// Looks up a localized string similar to Push Effective Address. /// internal static string PEA { get { return ResourceManager.GetString("PEA", resourceCulture); } } /// /// Looks up a localized string similar to Push Effective Indirect address. /// internal static string PEI { get { return ResourceManager.GetString("PEI", resourceCulture); } } /// /// Looks up a localized string similar to Push program countEr Relative. /// internal static string PER { get { return ResourceManager.GetString("PER", resourceCulture); } } /// /// Looks up a localized string similar to PusH Accumulator. /// internal static string PHA { get { return ResourceManager.GetString("PHA", resourceCulture); } } /// /// Looks up a localized string similar to PusH data Bank register. /// internal static string PHB { get { return ResourceManager.GetString("PHB", resourceCulture); } } /// /// Looks up a localized string similar to PusH Direct page register. /// internal static string PHD { get { return ResourceManager.GetString("PHD", resourceCulture); } } /// /// Looks up a localized string similar to PusH program banK register. /// internal static string PHK { get { return ResourceManager.GetString("PHK", resourceCulture); } } /// /// Looks up a localized string similar to PusH Processor status flags. /// internal static string PHP { get { return ResourceManager.GetString("PHP", resourceCulture); } } /// /// Looks up a localized string similar to PusH X. /// internal static string PHX { get { return ResourceManager.GetString("PHX", resourceCulture); } } /// /// Looks up a localized string similar to PusH Y. /// internal static string PHY { get { return ResourceManager.GetString("PHY", resourceCulture); } } /// /// Looks up a localized string similar to Pull Accumulator. /// internal static string PLA { get { return ResourceManager.GetString("PLA", resourceCulture); } } /// /// Looks up a localized string similar to Pull data Bank register. /// internal static string PLB { get { return ResourceManager.GetString("PLB", resourceCulture); } } /// /// Looks up a localized string similar to Pull Direct page register. /// internal static string PLD { get { return ResourceManager.GetString("PLD", resourceCulture); } } /// /// Looks up a localized string similar to Pull Processor status flags. /// internal static string PLP { get { return ResourceManager.GetString("PLP", resourceCulture); } } /// /// Looks up a localized string similar to Pull X. /// internal static string PLX { get { return ResourceManager.GetString("PLX", resourceCulture); } } /// /// Looks up a localized string similar to Pull Y. /// internal static string PLY { get { return ResourceManager.GetString("PLY", resourceCulture); } } /// /// Looks up a localized string similar to REset Processor status flag. /// internal static string REP { get { return ResourceManager.GetString("REP", resourceCulture); } } /// /// Looks up a localized string similar to ROtate Left accumulator or memory. /// internal static string ROL { get { return ResourceManager.GetString("ROL", resourceCulture); } } /// /// Looks up a localized string similar to ROtate Right accumulator or memory. /// internal static string ROR { get { return ResourceManager.GetString("ROR", resourceCulture); } } /// /// Looks up a localized string similar to ReTurn from Interrupt. /// internal static string RTI { get { return ResourceManager.GetString("RTI", resourceCulture); } } /// /// Looks up a localized string similar to ReTurn from subroutine, Long. /// internal static string RTL { get { return ResourceManager.GetString("RTL", resourceCulture); } } /// /// Looks up a localized string similar to ReTurn from Subroutine; pulls the top two bytes off the stack (low byte first) and transfers program control to that address+1. /// internal static string RTS { get { return ResourceManager.GetString("RTS", resourceCulture); } } /// /// Looks up a localized string similar to SuBtract with Carry. /// internal static string SBC { get { return ResourceManager.GetString("SBC", resourceCulture); } } /// /// Looks up a localized string similar to SuBtract with Carry Long. /// internal static string SBCL { get { return ResourceManager.GetString("SBCL", resourceCulture); } } /// /// Looks up a localized string similar to SEt Carry flag. /// internal static string SEC { get { return ResourceManager.GetString("SEC", resourceCulture); } } /// /// Looks up a localized string similar to SEt Decimal flag. /// internal static string SED { get { return ResourceManager.GetString("SED", resourceCulture); } } /// /// Looks up a localized string similar to SEt Interrupt flag. /// internal static string SEI { get { return ResourceManager.GetString("SEI", resourceCulture); } } /// /// Looks up a localized string similar to SEt Processor status flag. /// internal static string SEP { get { return ResourceManager.GetString("SEP", resourceCulture); } } /// /// Looks up a localized string similar to STore Accumulator to memory. /// internal static string STA { get { return ResourceManager.GetString("STA", resourceCulture); } } /// /// Looks up a localized string similar to STore Accumulator to memory, Long. /// internal static string STAL { get { return ResourceManager.GetString("STAL", resourceCulture); } } /// /// Looks up a localized string similar to SToP the clock. /// internal static string STP { get { return ResourceManager.GetString("STP", resourceCulture); } } /// /// Looks up a localized string similar to STore X to memory. /// internal static string STX { get { return ResourceManager.GetString("STX", resourceCulture); } } /// /// Looks up a localized string similar to STore Y to memory. /// internal static string STY { get { return ResourceManager.GetString("STY", resourceCulture); } } /// /// Looks up a localized string similar to STore Zero to memory. /// internal static string STZ { get { return ResourceManager.GetString("STZ", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Accumulator to X. /// internal static string TAX { get { return ResourceManager.GetString("TAX", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Accumulator to Y. /// internal static string TAY { get { return ResourceManager.GetString("TAY", resourceCulture); } } /// /// Looks up a localized string similar to Transfer aCcumulator to Direct page. /// internal static string TCD { get { return ResourceManager.GetString("TCD", resourceCulture); } } /// /// Looks up a localized string similar to Transfer aCcumulator to Stack page. /// internal static string TCS { get { return ResourceManager.GetString("TCS", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Direct page to aCcumulator. /// internal static string TDC { get { return ResourceManager.GetString("TDC", resourceCulture); } } /// /// Looks up a localized string similar to Test and Reset Bit. /// internal static string TRB { get { return ResourceManager.GetString("TRB", resourceCulture); } } /// /// Looks up a localized string similar to Test and Set Bit. /// internal static string TSB { get { return ResourceManager.GetString("TSB", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Stack pointer to aCcumulator. /// internal static string TSC { get { return ResourceManager.GetString("TSC", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Stack pointer to X. /// internal static string TSX { get { return ResourceManager.GetString("TSX", resourceCulture); } } /// /// Looks up a localized string similar to Transfer X to Accumulator. /// internal static string TXA { get { return ResourceManager.GetString("TXA", resourceCulture); } } /// /// Looks up a localized string similar to Transfer X to Stack pointer. /// internal static string TXS { get { return ResourceManager.GetString("TXS", resourceCulture); } } /// /// Looks up a localized string similar to Transfer X to Y. /// internal static string TXY { get { return ResourceManager.GetString("TXY", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Y to Accumulator. /// internal static string TYA { get { return ResourceManager.GetString("TYA", resourceCulture); } } /// /// Looks up a localized string similar to Transfer Y to X. /// internal static string TYX { get { return ResourceManager.GetString("TYX", resourceCulture); } } /// /// Looks up a localized string similar to WAIt for interrupt. /// internal static string WAI { get { return ResourceManager.GetString("WAI", resourceCulture); } } /// /// Looks up a localized string similar to Reserved for future use, it performs no operation. /// internal static string WDM { get { return ResourceManager.GetString("WDM", resourceCulture); } } /// /// Looks up a localized string similar to EXchange low and high byte of the Accumulator. /// internal static string XBA { get { return ResourceManager.GetString("XBA", resourceCulture); } } /// /// Looks up a localized string similar to EXchange Carry and Emulation. /// internal static string XCE { get { return ResourceManager.GetString("XCE", resourceCulture); } } } }