Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Non-Command line ASM?   Message List  
Reply | Forward Message #14833 of 15019 |
Re: Non-Command line ASM?



<kevinweatherman@h...> wrote:
>
> So you could use a number of IDE/UI's for your developement besides
MSDEV.
> What ever your developement platform is Windows or Linux, etc.
> But you have to set it up to point to your Assembler, linker, and
compliers.

I figured this was the case, and that I just didn't know what I
was doing. I have MS Visual Studio v6 installed somewhere.


> For MSDEV all you need to do is put your makefile in it.
>
> Under "Project Settings", "Build Command Line" put for instance:
>
> nmake /C /F "makefile.txt" _DEBUG=1
>
> Then under the same tab there "Output" put your binary image:
>
> MYGAME.GBA

I will try this, but... will I have to create the makefile? I
guess I am used to the software doing that for me automatically.

> You can use a tool like my "ADSMSGFIX" utility on www.gbadev.org to
format
> the error/warning output to something that MSDEV can handle.

I'm not quite sure I get this part. If I understand you, the tool
you mention, or a similar one, will monitor the assembly process and
translate error codes and insert them into the text stream of MSVC
progress window?










Sat Nov 13, 2004 9:21 pm

williamjames...
Offline Offline
Send Email Send Email

Forward
Message #14833 of 15019 |
Expand Messages Author Sort by Date

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...
Bill DeWitt
williamjames...
Offline Send Email
Nov 13, 2004
12:47 am

... The upside of using command-line programs, is that they are easily incoorporated into a makefile, so all graphics conversions, assembling, compiling,...
Peter Ketting
peterketting
Offline Send Email
Nov 13, 2004
1:50 pm

You can use the Embedded Visual Tools form Microsoft that they have for download for free in their Windows Mobile Section -...
Guido Henkel
guidohenkel
Online Now Send Email
Nov 13, 2004
1:51 pm

... MSDEV. ... compliers. I figured this was the case, and that I just didn't know what I was doing. I have MS Visual Studio v6 installed somewhere. ... I will...
Bill DeWitt
williamjames...
Offline Send Email
Nov 14, 2004
12:54 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help