搜索资源列表
TestPlugin
- 这是用VC++编写的一个主程序调用子程序的示例,在这个程序中还可以实现浮动窗口的实现。-This is an example of a main program calls subroutine written in VC++, this program can also achieve the realization of a floating window.
ComputerOrganizationandStructure
- 研制一台性能如下的实验计算机: (1) 能使用键盘和打印机两种外设 (2) 运算器采用单累加器多寄存器结构。 (3) 能实现PC相对寻址和变址器变址寻址这两种操作寻址方式,指令系统中有相应的指令。 如: SJMP rel (PC) + rel -> PC LD A,addr[Rx] (addr + (Rx)) -> A 提示:需要自己设置IAB到IDB的数据缓冲通路 (4) 指令系统中有子程序调用指令(CALL add