Search results

  1. J

    What can I do with Assembly and C programming ?

    Recently, i have learn Assembly and C programming. I can type some simple program, but I confused with what can do with them. Who can solve my problem, thank you!
  2. J

    Solved Assembler messages: number of operands mismatch for `mov'

    I type a assembly program. When use 'as exit.s -o exit.o' command to assemble the program, it throws the error message. I can not solve this problem. .section .data .section .text .globl _start _start: movl $1 %eax movl $1 %ebx int $0x80 The system infos: Linux jzl-virtual-machine...
Top