Assembly Language Submissions

Hey Guys,

I was trying to submit my solutions (which are in assembly language) and every-time I submit it either gives me a compilation error or a run-time error. I’ve tested my code on my computer and it works perfectly. Is there something special I need to do to submit my code?

I searched the FAQ’s but I could not find anything about assembly language submissions (I guess people don’t prefer to code in it).

Some particulars I wanted to mention,

  1. I’m coding in Linux.
  2. I’m using NASM version 2.09.08 (althought it is mentioned that I should be using 2.03 but I’m not using any of the fancy features offered by 2.09, so I guess that shouldn’t be a problem).
  3. My program entry points are _start and main. “_start” when using ld as the linker and “main” when using gcc for linking.
1 Like

Can you please post your code ?

Please paste the code in pastebin.com and post the link here.