home *** CD-ROM | disk | FTP | other *** search
Borland C/C++ Project | 1991-07-27 | 5.6 KB | 72 lines |
- Turbo C Project File
- C:\TC\INCLUDE
- C:\TC\LIB
- 32767
- ~GREP
- -n+ $MEM(64) $NOSWAP $PROMPT $CAP MSG(GREP2MSG)void *.c
- ~Turbo Assembler
- /MX /ZI /O $TASM
- Turbo ~Debugger
- $EXENAME
- Turbo ~Profiler
- tprof
- $EXENAME
- R~esource Compiler
- ~Import Librarian
- IMPLIB
- $IMPLIB
- BGIDEMO.C
- A256\BGIDEMO.C
- ISVGADET.OBJ
- 6\ISVGADET.OBJ
- ISVGADET.H
- ISVGA256.H
- VGAEXTRA.H
- ..\..\INCLUDE\GRAPHICS.H
- ..\..\INCLUDE\STDARG.H
- ..\..\INCLUDE\STDLIB.H
- ..\..\INCLUDE\STDIO.H
- ..\..\INCLUDE\CONIO.H
- ..\..\INCLUDE\MATH.H
- ..\..\INCLUDE\DOS.H
- BGIDEMO.C
- p +
- ah,ch
- and ah,1
- mov al,0f9h
- out dx,ax
- mov al,ch
- and al,1100b
- mov ah,al
- shr ah,1
- shr ah,1
- or ah,al
- mov al,0f6h
- out dx,al
- inc dx
- in al,dx
- dec dx
- and al,not 1111b
- or ah,al
- mov al,0f6h
- out dx,ax
- mov ah,ch
- mov cl,4
- shl ah,cl
- and ah,100000b
- mov dl,0cch
- in al,dx
- mov dl,0c2h
- and al,not 100000b
- or al,ah
- out dx,al
- sti
- pop cx
- pop dx
- pop ax
- ret
- bank_select_7 endp
- bank_select proc near ; AL = bank #
- push ax
- pu
-