【導(dǎo)讀】CHAPTER6:. 3rdEdition,IrvEnglander. JohnWileyandSons?2020. LindaSenne,BentleyCollege. WilsonWong,BentleyCollege. Contentmaybe. Dataor. Instructions. AddressContent. Opcode. Operationcode. Arbitrarymnemonic. Operand. Dataor. Addressofdata. AddressContent. OpcodeOperand. Magic!AssemblyLanguage. SpecifictoaCPU. drivers. InstructionSet. Arithmetic1xxADD. 2xxSUB. 5xxLOAD. 902Output. MachineControl. 000STOP. COB. Input/Output. in/outbaskets. Content. OpCodeOperand. IN(input)901. OUT(output)902. LMCInput/Output. IN. OUT. Content. OpCodeOperand. STO(store)3xx. LDA(load)5xx. LMCInternalData. LDA. STO. mailbox. Readmailbox. Content. OpCodeOperand. ADD1xx. SUB2xx. ADD. SUB. Assumedataisstored. inmailboxeswith. addresses>90. Writeinstructions. Inputa#. Storethe#. Inputa#. Add. Outputthe. number. UsingMnemonics. 00IN;input1stNumber. 01STO99;storedata. 02IN;input2ndNumber. 03ADD99;add1st#to2nd#. 04OUT;outputresult. 05COB;stop. 99DAT00;data. 00901;input1stNumber. 01399;storedata. 02901;input2ndNumber. 03199;add1st#to2nd#. 04902;outputresult. 05000;stop. 99000;data. ProgramControl. ofsequence). HaltContent. OpCodeOperand. BR(Jump)6xx. BRZ(Branchon0)7xx. BRP(Branchon+)8xx. COB(stop)0(ignore). InstructionSet. Arithmetic1xxADD. 2xxSUB. 5xxLOAD. BR6xxJUMP. BRZ7xxBRANCON0. BRP8xxBRANCHON+. Inpu