From c8aaae5738d403dd43893d55d660b1df16c063b3 Mon Sep 17 00:00:00 2001 From: alexrp Date: Sat, 28 Jul 2012 10:57:06 +0200 Subject: [PATCH] Add header test to playground/nasm. --- playground/nasm/header.s | 0 playground/nasm/test.s | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 playground/nasm/header.s diff --git a/playground/nasm/header.s b/playground/nasm/header.s new file mode 100644 index 00000000..e69de29b diff --git a/playground/nasm/test.s b/playground/nasm/test.s index 06b59a74..27e8194d 100644 --- a/playground/nasm/test.s +++ b/playground/nasm/test.s @@ -1,3 +1,5 @@ +%include "header.s" + section .text global _start