AUTHORS 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. This is the AUTHORS file for the NASM project located at:
  2. http://nasm.sourceforge.net/
  3. Names should be inserted as follows:
  4. N: Name Here
  5. E: Email Here
  6. D: Description Here
  7. D: Additional Description Here.... and so on
  8. C: Copyright information
  9. Such is life.
  10. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  11. N: Julian Hall
  12. E: Jules@acris.co.uk
  13. D: Original author and co-conspirator
  14. N: Simon Tatham
  15. E: anakin@pobox.com
  16. D: Original author and co-conspirator
  17. N: Nelson Rush
  18. E: palisade@users.sourceforge.net
  19. D: Some guy.
  20. N: Frank Kotler
  21. E: fbkotler@users.sf.net
  22. D: Bug smashing.
  23. D: Documentation - "KATMAI" and "3DNow!" instructions supported by 0.98
  24. D: General coordination and moral support.
  25. N: Stephen Silver
  26. E: nasm@argentum.freeserve.co.uk
  27. D: Documentation - "3dNow!" instructions and misc.
  28. D: insns.dat fixes and new instructions.
  29. N: AMD Inc. (names of developers here?)
  30. E:
  31. D: 3DNow instructions
  32. D: New Athlon instructions
  33. D: Makefile.vc fix
  34. N: John Coffman
  35. E: johninsd@users.sourceforge.net
  36. D: added Jcc optimizations; CPU level checks
  37. D: bug fixes, compilation fixes
  38. N: Yuri Zaporozhets
  39. E: r_tty@yahoo.co.uk
  40. D: RDOFF support
  41. N: H. Peter Anvin
  42. E: hpa@zytor.com
  43. D: Primary maintainer for the 0.98, late 0.98.x and 2.x releases.
  44. C: Contributions since 2008-12-15 are Copyright Intel Corporation.
  45. N: John Fine
  46. E: johnfine@earthlink.net
  47. D: Preprocessor and OBJ (OMF) output format driver
  48. D: Organized DOS versions of 0.98 release
  49. N: Kendall Bennet
  50. E: KendallB@scitechsoft.com
  51. D: NASM enhancements
  52. D: macros
  53. D: Syntax modifications
  54. N: Gary Clark
  55. E:
  56. D: AMD 3DNow! instructions
  57. N: Andrew Crabtree
  58. E:
  59. D: Debugging support
  60. N: Rafael R. Sevilla
  61. E: dido@pacific.net.ph
  62. D: RDF2HEX utility
  63. N: Jaime Tejedor Gómez, aka Metalbrain
  64. E: metalbrain_coder@gmx.net
  65. D: jecxz bug fix
  66. N: James Seter
  67. E: pharos@zsnes.com
  68. D: --POSTFIX, --PREFIX switches
  69. D: ?
  70. N: Edward J. Beroset
  71. E: beroset@mindspring.com
  72. D: added %substr and %strlen
  73. N: Stanislav Karchebny, aka berkus, madfire, daemonhunter
  74. E: madfire@users.sourceforge.net
  75. D: multiple sections support for -fbin format
  76. D: cvs maintenance
  77. D: webpage at http://nasm.2y.net maintenance
  78. N: Debbie Wiles, aka debs
  79. E: debs@dwiles.demon.co.uk
  80. D: Work on docs, added undocumented instructions (esp SSE2 and 3D-Now!)
  81. D: Added other documentation and tidied up docs
  82. D: Added a few instructions to insns.dat and tidied it up.
  83. N: Trevor Woerner
  84. E: FIXME
  85. D: Quiet compiler warnings
  86. N: Michael K. Ter Louw
  87. E: mterlo1 "at" uic "dot" edu
  88. D: Multisection support for "-f bin"
  89. N: Martin Wawro
  90. E: FIXME
  91. D: stabs debug support for "-f elf"
  92. N: Alexei Frounze
  93. E: alexfru@users.sourceforge.net
  94. D: "-I" paths searched for "incbined" files
  95. D: bugswatting
  96. N: Keith Kanios, aka SpooK
  97. E: keith@kanios.net
  98. D: c99 Compliance
  99. D: General x64 Support
  100. D: win64 (x86-64 COFF) output format
  101. D: __BITS__ Standard Macro
  102. D: Website Maintenance @ http://nasm.sourceforge.net/
  103. N: Chuck Crayne
  104. E: ccrayne@users.sourceforge.net
  105. D: elf64 (x86_64) output format
  106. N: Cyrill Gorcunov
  107. E: gorcunov@gmail.com
  108. D: AMD XOP/FMA4/CVT16 instructions