[ASM] macamd64.inc: Fix up entry point macros a bit

This is the minimal version to be compatible with GAS. Code segment and NoPad could probably be added later, but they are not strictly required.
This commit is contained in:
Timo Kreuzer 2024-10-22 11:09:00 +03:00
parent 72aed01dbd
commit 901cd2704c
2 changed files with 28 additions and 27 deletions

View file

@ -317,6 +317,7 @@ ENDM
/* MASM compatible ALIGN */
#define ALIGN .align
#define align .align
/* MASM compatible REPEAT, additional ENDR */
#define REPEAT .rept