comparison win/lwasm.vcxproj @ 376:35d4213e6657

Add cycle counting to listing Add option to include instruction cycle counts to the listing. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:47:30 -0600
parents 4130ffdeb5c8
children
comparison
equal deleted inserted replaced
375:71f507f404f1 376:35d4213e6657
9 <Configuration>Release</Configuration> 9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform> 10 <Platform>Win32</Platform>
11 </ProjectConfiguration> 11 </ProjectConfiguration>
12 </ItemGroup> 12 </ItemGroup>
13 <ItemGroup> 13 <ItemGroup>
14 <ClCompile Include="..\lwasm\cycle.c" />
14 <ClCompile Include="..\lwasm\debug.c" /> 15 <ClCompile Include="..\lwasm\debug.c" />
15 <ClCompile Include="..\lwasm\input.c" /> 16 <ClCompile Include="..\lwasm\input.c" />
16 <ClCompile Include="..\lwasm\insn_bitbit.c" /> 17 <ClCompile Include="..\lwasm\insn_bitbit.c" />
17 <ClCompile Include="..\lwasm\insn_gen.c" /> 18 <ClCompile Include="..\lwasm\insn_gen.c" />
18 <ClCompile Include="..\lwasm\insn_indexed.c" /> 19 <ClCompile Include="..\lwasm\insn_indexed.c" />