home *** CD-ROM | disk | FTP | other *** search
/ Emulator Universe CD / emulatoruniversecd1998.iso / CPC / ROMs / DIZZYFAN.DSK / dizzy3.bas (.txt) next >
Encoding:
Locomotive BASIC  |  1995-11-14  |  1.1 KB  |  49 lines

  1. DIZZY3  BAS
  2. b "DIZZY3.III"
  3. .end_filename
  4. Dizzy 3 loader
  5. "dizzy3.i"
  6. "dizzy3.iii",
  7. "END" 
  8. "END" 
  9.  D,I,Z,Z,Y,3,.,I,I,END
  10.  06,09,21,70,bf,11,00,c0,cd,77,bc,21,40,00,cd,83,bc,cd,7a,bc,f3,01,c4,7f,ed,49,21,00,40,11,c0,a3,01,30,0b,ed,b0,01,c0,7f,ed,49,c3,fb,0d,END
  11. ;; Dizzy loader
  12. org &bf00
  13. limit &ffff
  14. ld c,7
  15. ld hl,&ab7f
  16. ld de,&0040
  17. call &bcce
  18. ld bc,&7fc4
  19. out (c),c
  20. ld b,10
  21. call load_file
  22. ld bc,&7fc0
  23. out (c),c
  24. ld b,8
  25. call load_file
  26. call &4012
  27. ld b,9
  28. call load_file
  29. ld bc,&7fc4
  30. out (c),c
  31. ld hl,&4000
  32. ld de,&a3c0
  33. ld bc,&b2f
  34. ld bc,&7fc0
  35. out (c),c
  36. jp &dfb
  37. .load_file
  38. ld hl,filename
  39. ld de,&c000
  40. call &bc77
  41. ex de,hl
  42. call &bc83
  43. jp &bc7a
  44. .filename
  45. defb "DIZZY3.III"
  46. .end_filename
  47. b "DIZZY3.III"
  48. .end_filename
  49.