Login

Subversion Repositories NedoOS

Rev

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

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Busy soft ;; 26.11.2018 ;; Tape generating library usage example    ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

        org     #8000

start   ld      hl,#0000
        ld      de,#4000
        ld      bc,#1B00
        ldir
        ret
length  =       $-start

        include  TapLib.asm
        MakeTape ZXSPECTRUM48, "Example.tap", "Example", start, length, start