NASM:`loader.s:8:错误:解析器:指令预期`

时间:2017-11-03 00:49:14

标签: assembly x86 kernel nasm osdev

我正在尝试使用NASM进行一些低级编程。我知道相当数量的汇编,并试图编译我认为完美的声音代码导致: done=1 这有什么不对?这是我的代码:

 //POST the data to insert.php
    $.ajax({
        url:"insert.php",
        type: "POST",
                  data: {
                      gateway: $("#gateway").val(),
                      option: $('input[type=radio]:checked').val() 
                  },
                  dataType: "text", 
                  success:function(result){
                      $('#div0').html("Your test is being processed, please wait..");
                      //clearInterval(interval);
                      console.log(result);
                      alert('Test case submitted!');
                  }
              });
                 return true;
            }
      });

1 个答案:

答案 0 :(得分:2)

错字。 KERNEL_STACK SIZE中没有空格。