Add header test to playground/nasm.

This commit is contained in:
alexrp 2012-07-28 10:57:06 +02:00
parent 33dfd7d03d
commit c8aaae5738
2 changed files with 2 additions and 0 deletions

0
playground/nasm/header.s Normal file
View File

View File

@ -1,3 +1,5 @@
%include "header.s"
section .text
global _start