[UCRT][ASM] Make asm code GCC compatible

This commit is contained in:
Timo Kreuzer 2024-10-21 19:43:26 +03:00
parent 4fec953e6e
commit 94eb475177
22 changed files with 698 additions and 555 deletions

View file

@ -1,3 +1,4 @@
#if 0
;***
;strcspn.asm -
;
@ -14,3 +15,7 @@
SSTRCSPN EQU 1
INCLUDE STRSPN.ASM
#else
#define SSTRCSPN 1
#include "strspn.s"
#endif