-
Currently it looks like the only supported assembly language targets are masm and nasm. However, the (official) one is Gnu As on Linux, so that should probably be supported. If Gas is already supporte…
-
Here is the steps I build the openssl 3.1.1:
1. run command **perl Configure VC-WIN64A-masm no-ssl3 no-autoload-config CFLAGS="/W3 /wd4090 /nologo /O2 /guard:cf"** to config
3. run command "nmake"…
-
AFAIU, the current code is organized as follows:
1. `miden` lib is used to expose easy to use functions to users, e.g.:
https://github.com/0xPolygonMiden/miden-base/blob/dbe83c90916b9465a850355e…
-
https://github.com/boostorg/context/raw/f5d062c9399b6410cf1f90070bf6716f2ee0ced3/src/asm/jump_i386_ms_pe_masm.asm
```
> llvm-ml.exe /safeseh jump_i386_ms_pe_masm.asm -DBOOST_CONTEXT_EXPORT=
jump_i3…
-
The following code snippet doesn't assemble:
```
const.V=2
begin
push.1 mul.V
push.1 div.V
push.1 sub.V
push.1 exp.V
end
```
It fails with:
```
malformed instructio…
-
LLVM has a MASM assembler, `llvm-ml`, which can perform the tasks of ml.exe and ml64.exe (with the -m64 flag), that can be used when cross-compiling to Windows.
Currently, these .exe names are har…
-
In #492 we removed the source code section when when showing notes and accounts in the CLI because the `ProgramAst` type was removed in favor of a `MastForest`. Is there a way to retreive the original…
-
Hitting panic in the `BlockEmitter::emit_inst` https://github.com/0xPolygonMiden/compiler/blob/c2053e6b6f568486df7a05498a89f8c51d586a64/codegen/masm/src/codegen/emitter.rs#L246-L248
How to reproduc…
-
Hello!
**Describe the bug**
When a CMake subproject uses set_property(SOURCE PROPERTY LANGUAGE) to specify that a .ASM file is compiled with ASM_MASM, Meson does not use MASM, and instead tries to…
-
### Motivation
`midenc` CLI provides features that are needed for a developer (print MASM, run, debug, etc., see the [guide](https://github.com/0xPolygonMiden/compiler/blob/eac2f71fcd567886b354952b…