OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [tools/] [asm-11/] [tests/] [test_0200_fpp_1op.mac] - Blame information for rev 24

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 wfjm
; $Id: test_0200_fpp_1op.mac 501 2013-03-30 13:53:39Z mueller $
2
;
3
; test fpp opcodes with 0 or 1 operands
4
;
5
        .asect
6
        .blkw   400
7
 
8
a:      .word   0,0
9
        .word   0,0
10
pa:     .word   a
11
s:      .word   0,0
12
ps:     .word   s
13
 
14
; 0 operand opcodes
15
 
16
        cfcc                    ;;!! 170000
17
        setf                    ;;!! 170001
18
        setd                    ;;!! 170011
19
        seti                    ;;!! 170002
20
        setl                    ;;!! 170012
21
 
22
; 1 operand opcodes
23
 
24
        ldfps   s               ;;!! 170167 177754
25
        stfps   @#s             ;;!! 170237 001012
26
        stst    @ps             ;;!! 170377 177750
27
        clrf    r0              ;;!! 170400
28
        clrd    @r1             ;;!! 170411
29
        tstf    (r2)+           ;;!! 170522
30
        tstd    @(r3)+          ;;!! 170533
31
        absf    -(r4)           ;;!! 170644
32
        absd    @-(r5)          ;;!! 170655
33
        negf    a(r1)           ;;!! 170761 001000
34
        negd    @pa(r2)         ;;!! 170772 001010
35
 
36
        .end

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.