I've seen some projects about this.
this will enable c++ programming on msx!
i would be curious about the huge machine code size generated for a simple thing like this.
typedef long long INT64;
INT64 add(INT64 a, INT64 b)
{
return b+a;
}
Login or register to post comments