mazegen

Results 4 issues of mazegen

Hi, the following code generates RIP-relative addressing with `REL32_1` COFF relocation: .data data_start DD 11223344h .code cmp dword ptr [data_start], 1 end The relocation must be generated because `data_start` lies...

LibTomCrypt and LibTomMath come with mingw makefiles, thanks for that. Please add this makefile also for TomsFastMath.

There are specific options for assignments and new lines, for example `nl_assign_brace` for `= {`, but I need to make put all assignments on one line, is it possible? It's...

C and C++11

Something to keep an eye on, for future UASM releases. https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html > Intel APX doubles the number of general-purpose registers (GPRs) from 16 to 32. > New REX2 prefix provides...