asmloader icon indicating copy to clipboard operation
asmloader copied to clipboard

Simplified Assembly Loader - a small tool to run (headerless) machine code.

Results 2 asmloader issues
Sort by recently updated
recently updated
newest added

Hi, AFAIK problem with xmm registers and doubling printf arguments affects only x86_64 linux (and OSX in extension). Tested with a lot of your code from youtube assembly course, seems...

Hey, When calling printf stub uses rax, so this register is nonzero. This causes printf to "see" floating point arguments and starts using SSE. At the same time if the...