Added CPU instructions to all nasm source files.

FIXME: ctojr32 needs CPU 486 because it uses bswap.

committer: mfx <mfx> 1075806034 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-02-03 11:00:34 +00:00
parent 440b5b2608
commit b8e698bde3
17 changed files with 30 additions and 0 deletions
+3
View File
@@ -33,6 +33,7 @@
BITS 16
ORG 0
SECTION .text
CPU 8086
; =============
; ============= ENTRY POINT
@@ -83,9 +84,11 @@ do_copy:
; ============= DECOMPRESSION
; =============
CPU 286
%include "n2b_d8e.ash"
%include "n2d_d8e.ash"
%include "n2e_d8e.ash"
CPU 8086
; =============
; ============= RELOCATION