?? life.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -