1 / 11

Computer Programming

Computer Programming. Machine and Assembly. Transition from High to Low. Machine Language compiler machine language deals with … machine language files end in …. Transition from High to Low. Assembly it is … Each statement represents … compiler is called …. Transition from High to Low.

aneko
Télécharger la présentation

Computer Programming

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. Computer Programming Machine and Assembly

  2. Transition from High to Low Machine Language • compiler • machine language deals with … • machine language files end in …

  3. Transition from High to Low Assembly • it is … • Each statement represents … • compiler is called …

  4. Transition from High to Low Machine and Assembly • advantages? • disadvantages?

  5. Machine Language • operation code (op-code) • operands

  6. Machine Language ~ Examples #1 ~ load the value A2 into register A 3E A2

  7. Machine Language ~ Examples #2 ~ stores 254 (base 10) in memory location D203 3E FE 32 D203 76

  8. Assembly Language ~ Examples #1 ~ store 254 (base 10) in memory location D203

  9. Assembly Language ~ Examples #2 ~ store 53 in register B

  10. Assembly Language ~ Examples #3 ~ move the byte at address 2D34 to address AA30 using register A as a temporary storage

  11. Assembly Language ~ Examples #4 ~ add A0 to the byte stored at address 10CC using register A as a temporary storage

More Related