/[smarc]/smarc/src/spasm/test.asm
ViewVC logotype

Diff of /smarc/src/spasm/test.asm

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

revision 1.7 by batonik, Thu Jan 2 13:55:58 2003 UTC revision 1.8 by batonik, Thu Jan 2 14:39:55 2003 UTC
# Line 10  ASCII: Line 10  ASCII:
10          .ascii  '\r\n'          .ascii  '\r\n'
11          .align 2          .align 2
12  bajty:  bajty:
13          .byte   -1, 65, 90          .byte   -1, 65, 90, 0xaa
14          .align 4          .align 4
15  halfy:  halfy:
16          .half   -1, -2, -3, -4, -32768          .half   -1, -2, -3, -4, -32768
17    
18            .align 4
19  slowa:  .word   -1  slowa:  .word   -1
20          .align 4          .align 4
21          .byte 0x05          .byte 0x05
# Line 22  slowa: .word   -1 Line 24  slowa: .word   -1
24          .text          .text
25    
26  start:  start:
27          ld      [TEST], %r4          ld      [halfy], %r4
28          ld      [%g0 + TEST], %r4          ld      [slowa], %r5
29          ld      [%g0 - TEST_2], %r4          ld      [%g0 - TEST_2], %r4
30    
31          add     %r5, 100, %r5          add     %r5, 100, %r5

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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