gnupic: object symbol export


Previous by date: 7 May 2005 04:47:28 +0100 16F913 using USB (or parallel), Barry Michels
Next by date: 7 May 2005 04:47:28 +0100 gpasm dependency output, Craig Franklin
Previous in thread:
Next in thread:

Subject: object symbol export
From: Craig Franklin ####@####.####
Date: 7 May 2005 04:47:28 +0100
Message-Id: <427C3A7D.8080906@users.sourceforge.net>

I have added a new feature to gpvo.  It can now export global symbols to 
a text file.  I added this aid in auto generation of files.  It could 
also help will accessing compiler code from asm objects.

Assemble this source file:
  processor 16f877
 
  code
_main
  global _main
  movlw 0

  end

gpvo will export this file:
; test.inc
; generated by gpvo-0.13.2 alpha on 5-6-2005  22:39:29
; from test.o

  extern _main ; NULL

The comments will report the symbol type.  In this case it is NULL, but 
it could be "unsigned short".

A similar operation could be performed on archives (or libraries), but 
that will have to wait for next time.

Previous by date: 7 May 2005 04:47:28 +0100 16F913 using USB (or parallel), Barry Michels
Next by date: 7 May 2005 04:47:28 +0100 gpasm dependency output, Craig Franklin
Previous in thread:
Next in thread:


Powered by ezmlm-browse 0.20.