Skip to content

Commit

Permalink
Update Example.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
z00m128 authored Nov 26, 2018
1 parent 4b7376a commit 1ce7b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/TapLib/Example.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Busy soft ;; 26.11.2018 ;; Priklad pouzitia Tape generating library ;;
;; Busy soft ;; 26.11.2018 ;; Tape generating library usage example ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

org #8000
Expand All @@ -12,4 +12,4 @@ start ld hl,#0000
length = $-start

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

0 comments on commit 1ce7b1f

Please sign in to comment.