Show the JIT assembly code like Visual Studio's Disassembly window
Sometimes rather than viewing IL I want to see the exact assembly code the JIT produces on my computer. LINQPad is a perfect place for such a playground.
22
votes
LINQPad includes X64 assembly in the IL tab. If you'd like ARM64, please create a new feature request.
-
OmariO
commented
It may help