Subversion Repositories pentevo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1186 savelij 1
        cpu     rabbit2000
2
 
3
        ; without prefix
4
 
5
        nop
6
        inc     iy
7
        ld      a,(iy+4)
8
 
9
        ; with prefix
10
 
11
        altd
12
        altd    nop
13
        altd    inc iy
14
        altd    ld a,(iy+4)
15
 
16
        ; used to test correct marking of unknown opcode
17
 
18
        ;altd   nix