home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / tools / asmflo25 / qdemo / demo10.reg < prev    next >
Encoding:
Text File  |  1990-11-30  |  671 b   |  23 lines

  1.  
  2.  
  3. win_title proc
  4. ;----------------------------------------------
  5. ;            ax  bx  cx  dx  si  di  bp  ds  es
  6. ; input:      1   1   1   1   1   1   0   0   0
  7. ; output:     1   1   1   1   0   0   0   0   0
  8. ; modified:   6   1   4   1   1   0   0   0   0
  9. ; used:      10   1   5   4   2   1   0   0   0
  10. ; pushed:     0   1   0   1   1   0   0   0   0
  11. ; popped:     0   1   0   1   1   0   0   0   0
  12. ;
  13. ; input:     ax  bx  cx  dx  si  di
  14. ; output:    ax  bx  cx  dx
  15. ; modified:  ax  bx  cx  dx  si
  16. ; used:      ax  bx  cx  dx  si  di
  17. ; pushed:    bx  dx  si
  18. ; popped:    bx  dx  si
  19. ;----------------------------------------------
  20. win_title endp
  21.  
  22.  
  23.