/[smarc]/smarc/examples/load.asm
ViewVC logotype

Diff of /smarc/examples/load.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by misto, Fri Jan 3 11:10:56 2003 UTC revision 1.2 by misto, Fri Jan 3 11:45:02 2003 UTC
# Line 1  Line 1 
1  .data  .data
2          .ascii 'Uwaga, to jest test'          .ascii 'Uwaga, to jest test'
3          .align 4          .align 4
4          free:  free:
5          .skip 20          .skip 20
6    
7          .align 4          .align 4
8  .text  .text
9    
10          ldsb    [%g0],%g1          ldsb    [%g0],%g1
11          ldsh    [%g0],%g1          ldsh    [%g0],%g1
12          ldub    [%g0],%g1          ldub    [%g0],%g1
13          lduh    [%g0],%g1          lduh    [%g0],%g1
14          ld      [%g0],%g1          ld      [%g0],%g1
15    
16          stb     [free],%g1          or      %g0, free, %g2
17          sth     [free+4],%g1          stb     [%g2], %g1
18          st      [free+8],%g1          sth     [%g2 + 4], %g1
19            st      [%g2 + 8], %g1

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26