URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [source/] [keybd2.asm] - Rev 57
Go to most recent revision | Compare with Previous | Blame | View Log
public KeybdGetStatus_:
lvb r1,zs:$FFDC0001
rts
endpublic
public KeybdClearRcv_:
sb r0,zs:$FFDC0001
rts
endpublic
public KeybdGetScancode_:
memdb
lvb r1,zs:$FFDC0000
zxb r1,r1
rts
endpublic
Go to most recent revision | Compare with Previous | Blame | View Log