You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current grammar for asm statements does not cover the following code:
```dasm { mov ECX, [ESP + 1]}```
While there exists a rule in `AsmBrExp` that allows for some brackets, they require an expression before the beginning bracket:
```dvoid* pc;asm { mov pc[EBP],EBX}```
The text was updated successfully, but these errors were encountered:
Mai Lapyst reported this on 2024-05-07T18:59:09Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24544
Description
The text was updated successfully, but these errors were encountered: