Search code examples
assemblyx86codemirror

Codemirror x86 assembly (Intel) syntax


I'm building an assembly emulator with the x86 syntax. I noticed there is an option for AT&T assembly here.

Is there any know options to support the x86 intel assembly syntax?


Solution

  • There is only support for AT&T syntax. I found this as well:

    https://github.com/r3qip3r/Codemirror_Intel-asm.js