1 / 2

Appendix C: A Simple Machine Language

Appendix C: A Simple Machine Language. Op-code Operand Description 1 RXY LOAD reg. R from cell XY. 2 RXY LOAD reg. R with XY. 3 RXY STORE reg. R at XY. 4 0RS MOVE R to S. 5 RST ADD S and T into R. (2’s comp.) 6 RST ADD S and T into R. (floating pt.)

Download Presentation

Appendix C: A Simple Machine Language

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Appendix C:A Simple Machine Language Op-codeOperand Description 1 RXY LOAD reg. R from cell XY. 2 RXY LOAD reg. R with XY. 3 RXY STORE reg. R at XY. 4 0RS MOVE R to S. 5 RST ADD S and T into R. (2’s comp.) 6 RST ADD S and T into R. (floating pt.) 7 RST OR S and T into R. 8 RST AND S and T into R. 9 RST XOR S and T into R. A R0X ROTATE reg. R X times. B RXY JUMP to XY if R = reg. 0. C 000 HALT.

  2. A Simple Machine Language Op-code Operand Description 1 RXY LOAD reg. R from cell XY. 2 RXY LOAD reg. R with XY. 3 RXY STORE reg. R at XY. 4 0RS MOVE R to S. 5 NXYSTORE 0N to cell XY 6 RST ADD S and T into R. 7 RST SUB S and T into R. 8 RST OR S and T into R. 90ST LOAD reg. S from cell pointed by T. A RST XOR S and T into R. B R0X ROTATE reg. R X times. C0XY JUMP to XY. D RXY JUMP to XY if R = reg. 0. E RXY JUMP to XY if R > 0. F 000 HALT.

More Related