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

Add ANSI C types

Open postmodern opened this issue 13 years ago • 0 comments

If an ASM Program selects both an Arch and an OS, ANSI C types should be defined as methods.

  • char()
  • short()
  • int()
  • long()
  • long_long()
  • uchar()
  • ushort()
  • uint()
  • ulong()
  • ulong_long()

postmodern avatar Aug 11 '12 04:08 postmodern