brender-v1.1.2/DOSIO/MAPTODEF.PL

8 lines
141 B
Text
Raw Permalink Normal View History

2022-05-04 20:14:23 -05:00
while(<>) {
last if(/Publics by Value/);
}
while(<>) {
print "#define SYM$2 0x$1\n" if(process && /[0-9A-F]{4}:([0-9A-F]{4})\s+(\w+)/);
}