Enhanced Unicode support for "Go" tools

From: jorgon (jg_at_jgnet.co.uk)
Date: 05/19/04


Date: Wed, 19 May 2004 02:17:44 -0400

If you are interested in Windows programming in assembler, there are now
various enhancements to GoAsm (free assembler) and GoLink (free linker).
In particular, GoAsm will now assemble Unicode files (both UTF-8 and
UTF-16).
This means you can now use a Unicode command line; use input, output, raw
data and include files with Unicode filenames; you can use comments in
Unicode; code and data labels in Unicode (and resource IDs in RC files
using GoRC); defined words in Unicode, data strings in Unicode, and in
names of exported functions.
So now you can write all your source code in your own language, including
all your data, and also function calls.

There are also various new things to assist in Unicode programming and in
Unicode/Ansi switching.

There is a comprehensive help file included with three Hello Unicode test
programs.

GoLink works with a Unicode command line, command files and output and can
used with files with Unicode file names.
(The free resource compiler GoRC already works with Unicode files).
These enhancements to GoAsm and GoLink are available from
www.GoDevTool.com. See "Unicode News".
Jeremy Gordon
Author of the "Go" tools



Relevant Pages

  • Re: Unicode Support
    ... strings can contain the full unicode set. ... many good arguments to convince assembler authors to go for a change. ... | Even notepad.exe in Windows XP supports unicode! ... Even the use of UTF for programming tools seems not to be required, ...
    (alt.lang.asm)
  • Enhanced Unicode support for "Go" tools
    ... now various enhancements to GoAsm and GoLink (free ... The enhancements mean that you can now use a Unicode command line; ...
    (comp.lang.asm.x86)
  • Enhanced Unicode support for "Go" tools
    ... now various enhancements to GoAsm and GoLink (free ... The enhancements mean that you can now use a Unicode command line; ...
    (comp.programming)
  • Re: Enhanced Unicode support for "Go" tools
    ... I really dont get why an assembler need to bother with unicode at all. ...
    (alt.lang.asm)