summaryrefslogtreecommitdiff
path: root/core/head.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/head.inc')
-rw-r--r--core/head.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/head.inc b/core/head.inc
index 3915daef..18ce132c 100644
--- a/core/head.inc
+++ b/core/head.inc
@@ -20,6 +20,10 @@
%ifndef _HEAD_INC
%define _HEAD_INC
+%if __NASM_MAJOR__ < 2
+ %error "NASM 2.00 or later required to compile correctly"
+%endif
+
%include "macros.inc"
%include "config.inc"
%include "layout.inc"