From 70af4152d22d3fcd685cba65c551958c134eb8b2 Mon Sep 17 00:00:00 2001 From: Yourtion Date: Fri, 5 Sep 2014 14:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Day1=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01_day/helloos.nas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_day/helloos.nas b/01_day/helloos.nas index 16877c7..e9d1e96 100644 --- a/01_day/helloos.nas +++ b/01_day/helloos.nas @@ -33,9 +33,9 @@ ; 信息显示部分 - DB 0x0a, 0x0a ; ?个?行 + DB 0x0a, 0x0a ; 换行两次 DB "hello, world" - DB 0x0a ; ?行 + DB 0x0a ; 换行 DB 0 RESB 0x1fe-$ ; 填写0x00直到0x001fe