home *** CD-ROM | disk | FTP | other *** search
/ Shareware Compilation 6 / SharewareCD_06.zip / pcspace / example.deb < prev    next >
Text File  |  1993-10-05  |  457b  |  39 lines

  1. a
  2. ;
  3. ;Pcspace-screen driver ET4000- 256colors
  4. ;
  5. ;To create an et4000h.drv:
  6. ; debug <example.deb (|more)
  7. jmp 0121   ; Init
  8. jmp 0126   ; Bank
  9. ;
  10. ;parameter for the driver
  11. db ff
  12. db 2e,30,38,ff,ff
  13. db "Tseng ET4000 256colors",0
  14. ;
  15. ;init
  16. xor   ah,ah
  17. int   10
  18. retf
  19. ;
  20. ;bank
  21. mov   ah,al
  22. shl   ah,1
  23. shl   ah,1
  24. shl   ah,1
  25. shl   ah,1
  26. or    al,ah
  27. mov   dx,03cd
  28. out   dx,al
  29. mov   dx,a000
  30. mov   es,dx
  31. retf
  32. ;end
  33.  
  34. rcx
  35. 3c
  36. nET4000H.drv
  37. w
  38. q
  39.