Changes between Version 26 and Version 27 of HowTo/CTutorial


Ignore:
Timestamp:
Sep 10, 2010, 9:08:36 AM (14 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/CTutorial

    v26 v27  
    125125
    126126{{{
     127#!asm
    127128        .file   "hoge.c"
    128129        .def    ___main;        .scl    2;      .type   32;     .endef
     
    169170
    170171{{{
     172#!asm
    171173        leal    (%edx,%edx,4), %eax
    172174        sall    $2, %eax
     
    178180
    179181{{{
     182#!asm
    180183        movl    %edx, %eax
    181184        imull   $20, %eax