Hi,
I am working on a project written in C that involves assembly codes. I need some help on converting an assembly function to complete C code, any help or pointer is welcome, thanks!
This is the asm code that I want to convert to C:
SWORD get_svalue(BYTE k)
// k>0 always
// Takes k bits out...
I am trying to make a browsing files/directories tool with ASP, and I have found some code from Microsoft Support
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q224364
<%@LANGUAGE="VBSCRIPT"%>
<%
Option Explicit
'On Error Resume Next
' this section is optional - it just...
I am trying to make a browsing files/directories tool with ASP, and I have found some code from Microsoft Support
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q224364
<%@LANGUAGE="VBSCRIPT"%>
<%
Option Explicit
On Error Resume Next
' this section is optional - it just...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.