ronin-code-asm icon indicating copy to clipboard operation
ronin-code-asm copied to clipboard

Add aliases for byte/word/dword/qword

Open postmodern opened this issue 12 years ago • 0 comments

Need to add aliases to the byte, word, dword and qword methods, for ANSI C types.

  • uint8 -> byte
  • uint16 -> word
  • uint32 -> dword
  • uint64 -> qword

postmodern avatar Aug 11 '12 04:08 postmodern