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
+4
View File
@@ -282,6 +282,9 @@ reloc_endx:
;; MRUBYTEn 256 entries in wheel (smallest code)
%macro ctojr32 0
CPU 486 ; FIXME: ctojr32 uses bswap
;; I got confused by the syntactic sugar of the fake %ifdefs.
;; I can read the section name more easily when it is at the left margin.
;; Also, some of the logic to select the sections is not that simple,
@@ -576,6 +579,7 @@ unfcount:
push edx
ret
CPU 386
%endmacro
; vi:ts=8:et:nowrap