From 4c9315f2efefcb1e84eb02c60d2b59dfe93cca88 Mon Sep 17 00:00:00 2001 From: Egan Ford Date: Sun, 30 Apr 2017 11:39:41 -0600 Subject: [PATCH] added end tag for listing --- asm/bar.s | 1 + asm/loader.s | 1 + c2d.h | 2 ++ 3 files changed, 4 insertions(+) diff --git a/asm/bar.s b/asm/bar.s index ff12c88..ed839f9 100644 --- a/asm/bar.s +++ b/asm/bar.s @@ -183,3 +183,4 @@ rowmsb: .org *+1 bar: .org *+40 +end: diff --git a/asm/loader.s b/asm/loader.s index 1c9be0d..ccc9f5e 100644 --- a/asm/loader.s +++ b/asm/loader.s @@ -134,3 +134,4 @@ nextjump: .org *+2 gr: .org *+1 +end: diff --git a/c2d.h b/c2d.h index 4624089..d3b4381 100644 --- a/c2d.h +++ b/c2d.h @@ -9147,6 +9147,7 @@ nextjump: .org *+2 gr: .org *+1 +end: */ unsigned char loadercode[] = { 0xAD,0x87,0x08,0xF0,0x08,0xA9,0x00,0x8D, @@ -9353,6 +9354,7 @@ rowmsb: .org *+1 bar: .org *+40 +end: */ unsigned char barcode[] = { 0xAD,0xB0,0x08,0xF0,0x08,0xA9,0x00,0x8D,