Addresses/report.c File Reference

Helper program to format the table of addresses.Helper program that properly formats the addresses for ease of reading. More...

#include <stdio.h>
#include <string.h>

Functions

int main (int argc, char **argv)
 The two arguments are files with the same number of lines of input.


Detailed Description

Helper program to format the table of addresses.Helper program that properly formats the addresses for ease of reading.

Author:
George Heineman
Date:
6/15/08

Function Documentation

int main ( int  argc,
char **  argv 
)

The two arguments are files with the same number of lines of input.

First file has lines of the form 'var' Second file has lines of the form '$n = value'

lines are read from both files and output as 'var = addr'.

note that individual lines from each file are limited to 256 chars.

Algorithm Development Kit 1.0