You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at this, there's nothing in here that needs C++, to make the binary smaller, should just use C.
Also the asm code is trivial, so using #pragma aux would be easier, also could be easy to use the high bandwith API (aka use outsb and insb) to add more capabilities.
The text was updated successfully, but these errors were encountered:
Looking at this, there's nothing in here that needs C++, to make the binary smaller, should just use C.
Also the asm code is trivial, so using #pragma aux would be easier, also could be easy to use the high bandwith API (aka use outsb and insb) to add more capabilities.
The text was updated successfully, but these errors were encountered: