home *** CD-ROM | disk | FTP | other *** search
File List | 1980-01-01 | 5.1 KB | 150 lines |
- testyn.lst TESTYN v1.02(c) 1988 V Communica Sourcer Listing v1.93 1-Jan-80 12:32 am Page 1
-
-
- PAGE 59,132
-
- ;██████████████████████████████████████████████████████████████████████████
- ;██ ██
- ;██ TESTYN ██
- ;██ ██
- ;██ Created: 26-Mar-88 ██
- ;██ Version: 1.02 ██
- ;██ Passes: 5 Analysis Flags on: HQRS ██
- ;██ (c) 1988 V Communications ██
- ;██ ██
- ;██████████████████████████████████████████████████████████████████████████
-
-
- ;-------------------------------------------------------------- seg_a ----
-
- seg_a segment para public
- assume cs:seg_a , ds:seg_a , ss:stack_seg_b
-
-
- ;██████████████████████████████████████████████████████████████████████████
- ;
- ; Program Entry Point
- ;
- ;██████████████████████████████████████████████████████████████████████████
-
-
- testyn proc far
-
- 6F99:0000 start:
- 6F99:0000 EB 26 jmp short loc_1 ; (0028)
- 6F99:0002 54 45 53 54 59 4E db 'TESTYN v1.02'
- 6F99:0008 20 76 31 2E 30 32
- 6F99:000E 28 63 29 20 31 39 copyright db '(c) 1988 V Communications'
- 6F99:0014 38 38 20 56 20 43
- 6F99:001A 6F 6D 6D 75 6E 69
- 6F99:0020 63 61 74 69 6F 6E
- 6F99:0026 73
- 6F99:0027 00 db 0
- 6F99:0028 loc_1: ; xref 6F99:0000, 003B
- 6F99:0028 B4 08 mov ah,8
- 6F99:002A CD 21 int 21h ; DOS Services ah=function 08h
- ; get keybd char al, no echo
- 6F99:002C 0C 60 or al,60h ; '`'
- 6F99:002E 3C 79 cmp al,79h ; 'y'
- 6F99:0030 74 0B je loc_3 ; Jump if equal
- 6F99:0032 3C 6E cmp al,6Eh ; 'n'
- 6F99:0034 74 0B je loc_4 ; Jump if equal
- 6F99:0036 9A 6FAA:0000 call far ptr sub_1 ; (6FAA:0000)
- 6F99:003B EB EB jmp short loc_1 ; (0028)
- 6F99:003D loc_3: ; xref 6F99:0030
- 6F99:003D B0 01 mov al,1
- 6F99:003F EB 02 jmp short loc_5 ; (0043)
- 6F99:0041 loc_4: ; xref 6F99:0034
- 6F99:0041 32 C0 xor al,al ; Zero register
- 6F99:0043 loc_5: ; xref 6F99:003F
- testyn.lst TESTYN v1.02(c) 1988 V Communica Sourcer Listing v1.93 1-Jan-80 12:32 am Page 2
-
- 6F99:0043 B4 4C mov ah,4Ch ; 'L'
- 6F99:0045 CD 21 int 21h ; DOS Services ah=function 4Ch
- ; terminate with al=return code
- 6F99:0047 0009[00] db 9 dup (0)
-
- testyn endp
-
- seg_a ends
-
-
-
- ;--------------------------------------------------------- stack_seg_b ---
-
- stack_seg_b segment para stack
-
- 6F9E:0000 00C0[00] db 192 dup (0)
-
- stack_seg_b ends
-
-
-
- ;-------------------------------------------------------------- seg_c ----
-
- seg_c segment para public
- assume cs:seg_c , ds:seg_c , ss:stack_seg_b
-
-
- ;▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
- ; SUBROUTINE
- ;
- ; Called from: 6F99:0036
- ;▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
-
- sub_1 proc far
- 6FAA:0000 0E push cs
- 6FAA:0001 1F pop ds
- 6FAA:0002 FA cli ; Disable interrupts
- 6FAA:0003 8B 16 0038 mov dx,data_4 ; (6FAA:0038=61h)
- 6FAA:0007 EC in al,dx ; port 61h, 8255 port B, read
- 6FAA:0008 24 FE and al,0FEh
- 6FAA:000A 8B 1E 003C mov bx,data_6 ; (6FAA:003C=50h)
- 6FAA:000E loc_6: ; xref 6FAA:0021
- 6FAA:000E 0C 02 or al,2
- 6FAA:0010 EE out dx,al ; port 61h, 8255 B - spkr, etc
- 6FAA:0011 8B 0E 003A mov cx,data_5 ; (6FAA:003A=64h)
-
- 6FAA:0015 locloop_7: ; xref 6FAA:0015
- 6FAA:0015 E2 FE loop locloop_7 ; Loop if cx > 0
-
- 6FAA:0017 24 FD and al,0FDh
- 6FAA:0019 EE out dx,al ; port 61h, 8255 B - spkr, etc
- 6FAA:001A 8B 0E 003A mov cx,data_5 ; (6FAA:003A=64h)
-
- 6FAA:001E locloop_8: ; xref 6FAA:001E
- 6FAA:001E E2 FE loop locloop_8 ; Loop if cx > 0
-
- 6FAA:0020 4B dec bx
- testyn.lst TESTYN v1.02(c) 1988 V Communica Sourcer Listing v1.93 1-Jan-80 12:32 am Page 3
-
- 6FAA:0021 75 EB jnz loc_6 ; Jump if not zero
- 6FAA:0023 FB sti ; Enable interrupts
- 6FAA:0024 .BA 002C mov dx,offset data_3 ; (6FAA:002C=59h)
- 6FAA:0027 B4 09 mov ah,9
- 6FAA:0029 CD 21 int 21h ; DOS Services ah=function 09h
- ; display char string at ds:dx
- 6FAA:002B CB retf ; Return far
- sub_1 endp
-
- 6FAA:002C 59 65 73 20 6F 72 data_3 db 'Yes or No ?$' ; xref 6FAA:0024, 0029
- 6FAA:0032 20 4E 6F 20 3F 24
- 6FAA:0038 0061 data_4 dw 61h ; xref 6FAA:0003
- 6FAA:003A 0064 data_5 dw 64h ; xref 6FAA:0011, 001A
- 6FAA:003C 0050 data_6 dw 50h ; xref 6FAA:000A
-
- seg_c ends
-
-
-
- end start
- testyn.lst TESTYN v1.02(c) 1988 V Communica Sourcer Listing v1.93 1-Jan-80 12:32 am Page 4
-
-
- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ CROSS REFERENCE - KEY ENTRY POINTS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
-
- seg:off type label
- ---- ---- ---- ---------------
- 6F99:0000 far start
-
-