General:
- MUltimate Assembler is a multiline (and ultimate) assembler (and disassembler)
- To disassemble code, select it, and choose "MUltimate Assembler" from the right click menu
- To assemble code, click the Assemble button in the assembler window
Rules:
- You must define the address your code should be assembled on, like this: <00401000>
- You can use any asm commands that OllyDbg can assemble
- You can use labels, that must begin with a '@', and contain only letters, numbers, and _
- You can use C-style strings for text and binary data (including L for unicode)