> My immediate objective is to write my own startup file in assembly then move
> on to some c coding.
> 
> -Can PSIM be used with an assembly program?

Yes.  GDB includes commands that help with assembly level debugging.

> -What formats does PSIM take for input files?

Hard to answer.  PSIM and GDB use the BFD library to load input files. 
If BFD can read it, so can PSIM and GDB.

Have a look at the BINUTILS tools (GNU as, GNU ld, objdump) and their 
documentation (BFD is part of BINUTILS).

> -How do I make those files?  With gld?

You mean GNU ld?  Yes that can be used.

> -What formats does gdb take for input files/how do I make them?

Andrew


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to