Advertisement
Guest User

IT153L Lecture 1 4/25

a guest
Apr 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. AX - Accumulator
  2. BX - Base
  3. CX - Counter
  4. DX - Destination
  5.  
  6. IP - Instruction Pointer
  7. SP - Stack Pointer
  8. BP - Base Pointer
  9. SI - Source
  10. DI - Destination Index
  11.  
  12. Segment Registers
  13. CS - Code Segment
  14. DS - Data Segment
  15. SS - Stack Segment
  16. ES - Extra Segment
  17.  
  18. 20 bit address - 1MB
  19. FFFFFF
  20. 444444
  21. Seg : offset
  22.  
  23. CS IP
  24. 234F : 00A0
  25.  
  26. 234F
  27. 00A0
  28. 235B0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement