From 1ad9233d7287c8e98bda8774a6eafd2a3e988b89 Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 17 Dec 2004 06:42:00 +0000 Subject: Actually use sections, and move common variables into the .inc files. The .bss section at the beginning of each .asm file is now downright tiny. --- writestr.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'writestr.inc') diff --git a/writestr.inc b/writestr.inc index 65d50cc2..4bfbe24b 100644 --- a/writestr.inc +++ b/writestr.inc @@ -17,6 +17,7 @@ ;; Code to write a simple string. ;; + section .text ; ; crlf: Print a newline ; -- cgit v1.2.1