mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
00acbb06cc
commit
d139b3e8af
2 changed files with 1 additions and 3 deletions
|
|
@ -38,9 +38,6 @@
|
||||||
EnableLogging="true"
|
EnableLogging="true"
|
||||||
EmitDebugSymbols="$(DebugSymbols)"/>
|
EmitDebugSymbols="$(DebugSymbols)"/>
|
||||||
|
|
||||||
<Warning Text="TargetDir = '$(TargetDir)'"/>
|
|
||||||
<Warning Text="MSBuildProjectName = '$(MSBuildProjectName)'"/>
|
|
||||||
|
|
||||||
<NAsm InputFile="$(TargetDir)$(MSBuildProjectName).asm"
|
<NAsm InputFile="$(TargetDir)$(MSBuildProjectName).asm"
|
||||||
OutputFile="$(TargetDir)$(MSBuildProjectName).obj"
|
OutputFile="$(TargetDir)$(MSBuildProjectName).obj"
|
||||||
IsELF="$(IsELF)"
|
IsELF="$(IsELF)"
|
||||||
|
|
|
||||||
|
|
@ -500,6 +500,7 @@ namespace Cosmos.Compiler.DebugStub {
|
||||||
public void Main(UInt16 aComAddr) {
|
public void Main(UInt16 aComAddr) {
|
||||||
mComAddr = aComAddr;
|
mComAddr = aComAddr;
|
||||||
mComStatusAddr = (UInt16)(aComAddr + 5);
|
mComStatusAddr = (UInt16)(aComAddr + 5);
|
||||||
|
EmitDataSection();
|
||||||
Emit();
|
Emit();
|
||||||
|
|
||||||
// Main entry point that IL2CPU generated code calls
|
// Main entry point that IL2CPU generated code calls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue