Fasm.NET icon indicating copy to clipboard operation
Fasm.NET copied to clipboard

A managed wrapper to use FASM compiler from .NET applications.

Results 3 Fasm.NET issues
Sort by recently updated
recently updated
newest added

Hello, are there any plans to migrate this to .NET 6?

Hi, i manage to use your library to get the CPU id with the following code : ``` public class Asm { [SuppressUnmanagedCodeSecurity] // disable security checks for better performance...

Why is there no source included to Fasm.obj, or at the very least the modifications you made to whatever version of Fasm you branched from? I'm not sure if a...