Multiline Ultimate Assembler v2.1

Multiline Ultimate Assembler v2.1 extends the syntax of RVA addresses:

  • Explicit base address.
    e.g.: PUSH $(00400000).1000
  • Short syntax for block addresses.
    e.g.: <$$1000>
  • Fix: Module names are no longer case-sensitive.

Example:

<$module1.1000>

    PUSH $$2000 ; same as $module1.2000
    CALL $module2.1000

    PUSH $$2000 ; again, $module1.2000
    CALL $"m!@#$%';".1000

<$$1100> ; same as $module1.1100

    NOP

<$(00400000).1000> ; 00401000

    PUSH $(01000000).2000 ; PUSH 01002000
    CALL $$1100           ; CALL 00401100
Posted in Software, Updates by Michael (Ramen Software) on October 24th, 2012.
Tags: ,

One Response to “Multiline Ultimate Assembler v2.1”

  1. GRACIAS says:

    MUCHAS GRACIAS

Leave a Reply