?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; Busy soft ;; 26.11.2018 ;; Tape generating library usage example    ;;
  3. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  4.  
  5.         org     #8000
  6.  
  7. start   ld      hl,#0000
  8.         ld      de,#4000
  9.         ld      bc,#1B00
  10.         ldir
  11.         ret
  12. length  =       $-start
  13.  
  14.         include  TapLib.asm
  15.         MakeTape ZXSPECTRUM48, "Example.tap", "Example", start, length, start
  16.