-
I was wondering how you run the code. Which assembler do you use to make the object file, exe file
Kind regard
-
It would be awesome to have some sample programs added to this repository so students can have an easier time learning MASM. I haven't actually coded in MASM for a long time though so I'm not well sui…
-
### Describe the bug
I am trying to build visit on ubuntu 22.04.
Call to build-script:
```bash
sudo ./build_visit3_3_3 --makeflags -j4 --required --mpich --mesagl --hdf5 --silo --python --vtk --…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
It would be cool if the extension auto-generated the assembly sources. What I have to run is
~~~ console
gcc -g -o src/some_source.S -S src/some_source.c -masm=intel
~~~
which could be automat…
-
On the Settings/Build tab the MASM x64 option is grayed out, is this by design?
Lately MASM can compile x64 and even has a ml64.exe so I'm wondering why that option is grayed out.
-
For some reason, `generator` is starting to fail to compile on windows. This started recently on the Azure windows CI platform. Here is an example of a failed build:
https://dev.azure.com/tokio-rs/…
-
```
+ cd build/linux-riscv64-normal-server-release/hotspot/linux_riscv_compiler2/generated
+ bash -c '/usr/bin/g++ -DLINUX -D_GNU_SOURCE -DRISCV64 -DPRODUCT -I. -I/home/yansendao/git/riscv-port-jdk8…
-
### Feature description
I was wondering if there is a linter/code formatter for miden assembly files. There is probably some standard code formatter for assembly that could be adapted to miden asse…
-
Hello again,
We're trying to switch our 64bit builds from `VC-WIN64A` to `VC-WIN64A-masm` so we can add the CFG flag (`/guard:cf`) as described here: https://github.com/openssl/openssl/issues/16147…