Introduction to Computer System                                                                                                              Print this page
<< Previous |  First |  Last |  Next >>       

For our hypothetical machine, the program is as follows
     

HEX
   LDAI 5
   1000 0101
     8 5
       (0, 1)
   LDBI 7
   1010 0111
     A 7
       (2, 3)
   ADD
   0000
     0
       (4)
   STC 15
   1100 1111
     C F
       (5, 6)
   HALT
   1101
     D
       (7)

See the next Page for a flash Demo...

<< Previous |  First |  Last |  Next >>