⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 life.s

📁 str912...pcb ..dcaaa
💻 S
字号:
######################################################### Game of Life#### Name     :## College  :## CRSID    :## Date     :#######################################################	#include "regdef.h"	.previous	.text	.set noreorder	.set nomacro	.set nobopt	.align 2	.ent main    main:	# TODO: Initialisation		    main.loop:	# TODO: Main loop		j main.loop	nop	#########################################################----------------------------------------------## FUNCTION TO TOGGLE A CELL##----------------------------------------------    toggle:	# TODO: Toggle cell that's clicked on		jr ra	nop#########################################################----------------------------------------------## FUNCTION TO GIVE THE NEXT STATE##----------------------------------------------## Live != 0## Dead == 0##----------------------------------------------    nextstate:	# TODO: Calculate the next state		jr ra	nop	#######################################################		.end main#include "serialio.S"	.data	.align 2	.comm store_data,2048,4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -