Changes between Version 12 and Version 13 of Sperimentazione 2


Ignore:
Timestamp:
Mar 8, 2017, 1:58:51 PM (7 years ago)
Author:
Mattia Monga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Sperimentazione 2

    v12 v13  
    11 
    2 {{{#!nasm
     2{{{#!asm
    33segment .text                   ; segmento "testo" (istruzioni)
    44global main                     ; nome convenzionale
     
    3131
    3232
    33 {{{
    34 #!sh
     33{{{#!sh
    3534 nasm -f elf -o syscall.o syscall.asm
    3635 gcc -o syscall syscall.o