ilasm support

Even though C++/CLI and VB.NET are not supported in the initial

release, one could theoretically write a game in ilasm assembly

language for the xbox 360 right?

At least the ilasm instructions needed to support C# would have to be a

part of the 360's runtime. So if a team wanted to program a game

for the xbox in Java lets say, they would just have to build a Java

compiler that targets a subset of the ilasm instructions used for C#?

[449 byte] By [XNAFan] at [2008-3-6]
# 1
As you identified, while not supported you could definitely craft a game in ilasm. Or a compiler for that matter. The CLR on xbox 360 does not support all possible IL opcodes, but it does support whatever the C# compiler can generate.
RobUnoki at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Game Studio Express...