comparison lwasm/main.c @ 387:a741d2e4869f

Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
author lost@l-w.ca
date Wed, 14 Jul 2010 20:15:23 -0600
parents cf8c92d70eb1
children 027d7fbcdcfc
comparison
equal deleted inserted replaced
386:af5f2c51db76 387:a741d2e4869f
258 } 258 }
259 259
260 debug_message(&asmstate, 50, "Done assembly"); 260 debug_message(&asmstate, 50, "Done assembly");
261 261
262 do_list(&asmstate); 262 do_list(&asmstate);
263
264 exit(0);
263 } 265 }