comparison portasm/README.txt @ 341:ab2d78e48ca2

- gen-masm . fallback on clang if gcc not available . consolidated use of redundant scripts . regen of portasm based masm files - minor symbol name changes for clarity/consistency
author Tassilo Philipp
date Sat, 04 Jan 2020 23:00:02 +0100
parents 3e629dc19168
children cab0031c6691
comparison
equal deleted inserted replaced
340:6e33db95e724 341:ab2d78e48ca2
24 24
25 Implement assembler sources in *.S files which use C preprocessor. 25 Implement assembler sources in *.S files which use C preprocessor.
26 #include portasm-<ARCH>.S at front 26 #include portasm-<ARCH>.S at front
27 27
28 In order to generate MASM files for X86 and X64, run 28 In order to generate MASM files for X86 and X64, run
29 'gen-masm.sh <name>' script which reads <name>.S and outputs <name>.masm file. 29 'gen-masm.sh <name> [<outsuffix>]' script which reads <name>.S and outputs <name><outsuffix>.masm file.
30 30
31 31
32 Common Macros: 32 Common Macros:
33 -------------- 33 --------------
34 34