X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=utils.S;fp=utils.S;h=0000000000000000000000000000000000000000;hb=6cf67300c03d92a9cc0c5888b33cdb21a852eb69;hp=5c09a235bac204e38f119701911af52533ad26f1;hpb=89732d399de9007aaf2894b0c637e8cfb9ed47ac;p=sped.git diff --git a/utils.S b/utils.S deleted file mode 100644 index 5c09a23..0000000 --- a/utils.S +++ /dev/null @@ -1,18 +0,0 @@ - -%ifndef __UTILS_S__ -%define __UTILS_S__ - -; gets the nth string ptr in a str array -; of the form: str_offset buffer, n -; result is in eax -%macro str_offset 2 - mov eax, %2 - mov ecx, 4 - mul ecx - add eax, DWORD %1 -%endmacro - -extern shiftLeft -extern shiftRight - -%endif