FreeCalypso > hg > freecalypso-reveng
changeset 189:e7c5841e2f8f
leo-obj/l1_pei: added and analyzed
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Aug 2014 22:49:48 +0000 |
parents | 3e78a1bf9ebc |
children | 6b9668541965 |
files | leo-obj/Makefile leo-obj/l1_pei/Makefile leo-obj/l1_pei/l1_pei.hints leo-obj/l1_pei/l1_pei.obj leo-obj/l1_pei/l1_pei_version.hints leo-obj/l1_pei/l1_pei_version.obj |
diffstat | 6 files changed, 30 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leo-obj/Makefile Sun Aug 17 18:41:11 2014 +0000 +++ b/leo-obj/Makefile Sun Aug 17 22:49:48 2014 +0000 @@ -1,5 +1,5 @@ -OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int main osx_na7_db \ - tpudrv +OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int l1_pei main \ + osx_na7_db tpudrv SUBDIR= ${OBJDIRS} tool all: ${SUBDIR}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/leo-obj/l1_pei/Makefile Sun Aug 17 22:49:48 2014 +0000 @@ -0,0 +1,16 @@ +OBJS= l1_pei.obj l1_pei_version.obj +TARGETS=$(patsubst %.obj,%.disasm,${OBJS}) +TOOL= ../tool/tiobjd + +all: ${TARGETS} + +%.disasm: %.obj %.hints + ${TOOL} $*.obj disasm -h $*.hints > $@ + +%.disasm: %.obj + ${TOOL} $*.obj disasm > $@ + +${TARGETS}: ${TOOL} Makefile + +clean: + rm -f *.disasm
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/leo-obj/l1_pei/l1_pei.hints Sun Aug 17 22:49:48 2014 +0000 @@ -0,0 +1,9 @@ +[.text] + +17c asciz +180 asciz +184 asciz +188 asciz +18c asciz +190 asciz +194 asciz