• Ben Avison's avatar
    A new feature and a bugfix. · 302102ca
    Ben Avison authored
    Detail:
      * Added 'H' flag to *Memory and *MemoryA to allow half-word memory accesses.
        On 26-bit machines, this is emulated using 32-bit reads and read-modify-
        writes; on 32-bit machines, LDRH and STRH are used. Address header in
        *Memory byte mode changed to be only one digit per byte for consistency
        with word and half-word modes. *MemoryA H in interactive mode gives a
        Thumb disassembly.
      * STM Rn!,{reg_list_including_Rn} is actually allowed, provided Rn is the
        lowest register in the list. Warning code adjusted accordingly.
    Admin:
      Tested on Risc PC and Tungsten.
    
    Version 1.76. Tagged as 'Debugger-1_76'
    302102ca