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