comparison src/main.c @ 74:c8c772ef5df9

Checkpointing object target implementation
author lost
date Thu, 08 Jan 2009 01:18:40 +0000
parents b962cee20bf4
children dbf1b926c2f1
comparison
equal deleted inserted replaced
73:4b37f17624a7 74:c8c772ef5df9
130 "Generate list [to FILE]"}, 130 "Generate list [to FILE]"},
131 { "decb", 'b', 0, 0, 131 { "decb", 'b', 0, 0,
132 "Generate DECB .bin format output, equivalent of --format=decb"}, 132 "Generate DECB .bin format output, equivalent of --format=decb"},
133 { "raw", 'r', 0, 0, 133 { "raw", 'r', 0, 0,
134 "Generate raw binary format output, equivalent of --format=raw"}, 134 "Generate raw binary format output, equivalent of --format=raw"},
135 { "obj", 0, 0, 0, 135 { "obj", 0x100, 0, 0,
136 "Generate proprietary object file format for later linking, equivalent of --format=obj" }, 136 "Generate proprietary object file format for later linking, equivalent of --format=obj" },
137 { 0 } 137 { 0 }
138 }; 138 };
139 139
140 static struct argp argp = 140 static struct argp argp =