To test an actual assemble and link using the ARM-ELF Gnu tools

Download ARM-ELF tools (see link at http://www.geocities.com/nilzone/arm/index.html)
Install at \c\cygnus\xgcc-arm\ and set path to \c\cygnus\xgcc-arm\arm-elf\arm-elf\bin.
Copy C:\c\cygnus\xgcc-arm\arm-elf\bin\arm-elf-run.exe to
C:\c\cygnus\xgcc-arm\arm-elf\arm-elf\bin\runarm.exe

Assemble as 'narmw -f elf hello.asm'
Link using 'glink hello.o' (glink.bat is using the Gnu ARM-ELF linker).
Run it 'runarm a.out'

