URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [fpga/] [tests/] [test_010/] [test_010.s] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
; ; keyboard test ; .nosyn ldhi $4,0xF0200000 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 try: ldw $5,$4,0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 and $5,$5,1 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 beq $5,$0,try add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 ldw $5,$4,4 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 stop: add $0,$5,$5 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 j stop add $0,$0,$0 add $0,$0,$0 add $0,$0,$0 add $0,$0,$0
Go to most recent revision | Compare with Previous | Blame | View Log