-
Zydis formats a few things in a way that MASM does not accept with INTEL_MASM:
1. The `int1` and `int3` instructions should be formatted as `int 1` and `int 3` or MASM will complain
```console
…
-
In some situations it maybe desirable to specify some data which a given program assumes to be available in the advice provider. One example of this is read-only data output by the compiler, but there…
-
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…
-
### Description of the bug:
As of Bazel 7.3.1, the standard clang-cl Windows toolchain supports compiling assembly code using clang-cl.exe (as it does with C and C++ code). As of 7.4.0, the clang-cl…
-
Disassembling (for example) the byte sequence `62 f2 55 5b 64 5c 24 20` using the `ZYDIS_FORMATTER_STYLE_INTEL_MASM` formatting style yields
`
vpblendmd zmm3 {k3}, zmm5, dword ptr [rsp+80h] {1to1…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Enter the HardFault-Handler interrupt
### Expected Behavior
_No response_
### Steps To Rep…
-
### Feature description
Throughout the kernel different conventions for comments and naming have been used, e.g. in [account.masm](https://github.com/0xPolygonMiden/miden-base/blob/next/miden-lib/asm…
-
Package: qt5-declarative[core,platform-default-features]:x64-osx-dynamic -> 5.15.11
**Host Environment**
- Host: x64-osx 11.7.10 (Big Sur)
- Compiler: AppleClang 13.0.0.13000029
- vcpkg-tool …
-
We need to refactor the kernel a bit in how we handle storage-related procedures.
- Procedures in `api.masm` handle:
- Authentication checks (as they do now).
- Emitting events.
- Procedure…
-
# Idea
Add support to doctest for MASM code
# Rationale
Increase test coverage, by making stupidly easy to write unit tests
# Proposal
I would imitate the doctests from languages like r…