Reloaded.Assembler
Reloaded.Assembler copied to clipboard
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
The calls to `GetExecutingDLLDirectory` fail with the following exception: ``` System.ArgumentNullException: Value cannot be null. (Parameter 'path') at System.IO.Directory.GetParent(String path) ``` when the reloaded.Assembler is loaded with `LoadFromStream` I am...
Hi! First of all, thanks for your amazing work! It's really nice to be able to run an assembler directly in C# code! :D Second, I'd like to know if...
In the normal fasm.exe it is no problem to use statements like: include 'win64a.inc' This uses the "INCLUDE" environment variable to search the win64a.inc of fasm. In reloaded, the following...
Hi! I'm using Reloaded in [a new project](https://github.com/NotNite/Bullseye). It's built using NativeAOT and I'm currently statically linking all of my other dependencies with `NativeLibrary`/`DirectPInvoke`. Since this library uses FASM as...