Is assembler portable between Linux distros?

前端 未结 3 877
一个人的身影
一个人的身影 2021-01-14 18:26

Is a program shipped in assembler format portable between Linux distributions (modulo CPU architecture differences)?

Here\'s the background to my question: I\'m work

3条回答
  •  温柔的废话
    2021-01-14 19:08

    You might want to check out LLVM before going down this particular path. It might make your life a lot easier, as it provides a low level virtual machine that makes a lot of hard stuff just work and has been very popular.

提交回复
热议问题