-
Is my assembly code uploaded to any server?
No, all processing happens in your browser. Your code never leaves your computer.
-
What assembly dialects are supported?
Primarily NASM syntax for x86/x64, with basic support for ARM and MIPS.
-
Can I execute my assembly code here?
No, this is a viewer only. To run assembly code you need an assembler like NASM and a linker.
-
Does this support macros and directives?
Yes, common NASM directives and macros are properly highlighted.
-
What about different register sets?
The syntax highlighting supports x86 general purpose, segment, control, and SIMD registers.