📄 cpu_asm.h
字号:
/* * Copyright (c) 1990,1991 The University of Utah and * the Center for Software Science (CSS). All rights reserved. * * Permission to use, copy, modify and distribute this software is hereby * granted provided that (1) source code retains these copyright, permission, * and disclaimer notices, and (2) redistributions including binaries * reproduce the notices in supporting documentation, and (3) all advertising * materials mentioning features or use of this software display the following * acknowledgement: ``This product includes software developed by the Center * for Software Science at the University of Utah.'' * * THE UNIVERSITY OF UTAH AND CSS ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS * IS" CONDITION. THE UNIVERSITY OF UTAH AND CSS DISCLAIM ANY LIABILITY OF * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * * CSS requests users of this software to return to css-dist@cs.utah.edu any * improvements that they make and grant CSS redistribution rights. * * Utah $Hdr: asm.h 1.6 91/12/03$ * * $Id: cpu_asm.h,v 1.1 1999/02/18 18:24:28 joel Exp $ *//* * Hardware Space Registers */sr0 .reg %sr0sr1 .reg %sr1sr2 .reg %sr2sr3 .reg %sr3sr4 .reg %sr4sr5 .reg %sr5sr6 .reg %sr6sr7 .reg %sr7/* * Control register aliases */rctr .reg %cr0pidr1 .reg %cr8pidr2 .reg %cr9ccr .reg %cr10sar .reg %cr11pidr3 .reg %cr12pidr4 .reg %cr13iva .reg %cr14eiem .reg %cr15itmr .reg %cr16pcsq .reg %cr17pcoq .reg %cr18iir .reg %cr19isr .reg %cr20ior .reg %cr21ipsw .reg %cr22eirr .reg %cr23/* * Calling Convention */rp .reg %r2arg3 .reg %r23arg2 .reg %r24arg1 .reg %r25arg0 .reg %r26dp .reg %r27ret0 .reg %r28ret1 .reg %r29sl .reg %r29sp .reg %r30
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -