Timo Kreuzer 2020-09-10 17:25:42 +02:00
parent b5d2da6d35
commit 2aca4b2795
9 changed files with 4 additions and 20 deletions

View file

@ -38,10 +38,6 @@
PUBLIC __alldiv
/* DATA ********************************************************************/
.data
ASSUME CS:NOTHING, DS:NOTHING, ES:NOTHING, FS:NOTHING, GS:NOTHING
/* FUNCTIONS ***************************************************************/
.code

View file

@ -30,7 +30,7 @@
PUBLIC _pow
.data
ASSUME nothing
ASSUME cs:nothing
.align ALIGNARG(4)
ASM_TYPE_DIRECTIVE(infinity,@object)