home *** CD-ROM | disk | FTP | other *** search
-
-
- win_title proc
- ;----------------------------------------------
- ; ax bx cx dx si di bp ds es
- ; input: 1 1 1 1 1 1 0 0 0
- ; output: 1 1 1 1 0 0 0 0 0
- ; modified: 6 1 4 1 1 0 0 0 0
- ; used: 10 1 5 4 2 1 0 0 0
- ; pushed: 0 1 0 1 1 0 0 0 0
- ; popped: 0 1 0 1 1 0 0 0 0
- ;
- ; input: ax bx cx dx si di
- ; output: ax bx cx dx
- ; modified: ax bx cx dx si
- ; used: ax bx cx dx si di
- ; pushed: bx dx si
- ; popped: bx dx si
- ;----------------------------------------------
- win_title endp
-
-