you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (3 children)

I'd expect there's quite a lot of assembly and endianness-dependent stuff here and there. It's Microsoft. Their culture is about pride of things being arcane-complex inside, cause if you can untangle that, you are a good programmer. They think that. I think they think that. Maybe they are just vile.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 2 years ago

    You may be spot on with that. Though the assembly part can be fixed by code translation at compile time. Endianess and shitty programming habits are another thing that the cross-executor must deal with, too, so maybe this has been covered already. Or it will blow up in their faces, anyway.

  • source
  • parent