From 35a5215dc38460fe42aef60ad23056e655655a6f Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:01:07 -0600 Subject: [PATCH] Remove extra newline on the top --- a/Assembler 8048 videopac.asm | 2 -- 1 file changed, 2 deletions(-) diff --git a/a/Assembler 8048 videopac.asm b/a/Assembler 8048 videopac.asm index 0106dbc6..ce25b7ea 100644 --- a/a/Assembler 8048 videopac.asm +++ b/a/Assembler 8048 videopac.asm @@ -1,4 +1,3 @@ - ; Hello World for Philips Videopac (Magnavox Odyssey 2) ; by Frog ( https://github.com/petersobolev ) ; 25 July 2016 @@ -46,4 +45,3 @@ loop: hellostr: db 01dh, 012h, 00eh, 00eh, 017h, 00ch, 011h, 017h, 013h, 00eh, 01ah -