-
Notifications
You must be signed in to change notification settings - Fork 1
Add no. prefix #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
Some background on the prefix in dotnet/runtime#10112. I may still implement or just leave it to |
For now I'm going to leave this to il { [int]([object]) } {
ldarg.0
_emit(0xFE, 0x19, 0x01)
unbox { [int] }
ldobj { [int] }
ret
} |
You may want to check this as well: dotnet/runtime#35491. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
no.
prefix (EMCA §III.2.2) seems to be excluded from bothSRE.OpCodes
andSRM.ILOpCodes
. I'll need to find out if it's actually supported and why it was excluded.The text was updated successfully, but these errors were encountered: