Skip to content

Commit

Permalink
banktest copyright, license
Browse files Browse the repository at this point in the history
  • Loading branch information
davervw committed Jun 3, 2024
1 parent 714784f commit b3a6faf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bank_test.asm
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
; bank_test.asm
; bank_test.asm - Commodore 64 memory bank test chart
; Copyright (c) 2020 by David R. Van Wagner
; Open Source - MIT LICENSE
;
; github.com/davervw
; blog.davevw.com
; x.com/davervw

start=$c000 ; machine language org
chrout=$ffd2

; "hires ml"
* = start
sei
jsr disp_header
Expand Down

0 comments on commit b3a6faf

Please sign in to comment.