You can use the Embedded Visual Tools form Microsoft that they have for download
for free in their Windows Mobile Section -
http://www.microsoft.com/downloads/details.aspx?familyid=1DACDB3D-50D1-41B2-A107\
-FA75AE960856&displaylang=en
It's the development environment for the Pocket PC and Smartphone. The compiler
supports full inline assembly so it should let you do whatever it is you're
planning on doing.
Guido Henkel, CEO
G3 Studios -
http://www.g3studios.com
--------------------------------------------------------------------------------\
----------------
FLITP IT! -- CLEOPATRA -- Get it now!
Our latest games, now available for your Brew cell phone
Try them -
http://www.g3studios.com/games
--------------------------------------------------------------------------------\
-----------------
This response and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed.If you are not the intended recipient, you should not
copy it, re-transmit it, use it or disclose its contents, but should
return it to the sender immediately and delete your copy from your
system.
----- Original Message -----
From: Bill DeWitt
To:
gbadev@yahoogroups.com
Sent: Friday, November 12, 2004 4:36 PM
Subject: [gbadev] Non-Command line ASM?
I think I am getting the hang of the basics of assembly, reading
Pete Cockerell's "ARM Assembly Language Programming", but to assemble
the programs for testing I would like to use a Windows application
rather than have to use a command line program in a DOS box. Does
such a thing exist? Can I use VHAM or MSVC++ to assemble? (I'm pretty
sure MSVC++ will -not- do it).
I would also like a app for converting graphics like gfx2gba, but
in a window so I can choose directories easily and so my bad typing
won't make me have to retype commands so many times.
Thanks in advance.