2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

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 section .text
global _start global _start