1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Working on C imlac simulator

This commit is contained in:
Ross Wilson
2015-10-15 13:06:05 +07:00
parent 1ad3cbffe6
commit 84efde0709
6 changed files with 78 additions and 30 deletions

View File

@@ -1485,7 +1485,7 @@ page00(WORD instruction)
/******************************************************************************
Description : Function to execute one main processor instruction.
Parameters :
Returns :
Returns : The number of cycles the instruction took.
Comments : Perform initial decode of 5 bit opcode and either call
: appropriate emulating function or call further decode function.
******************************************************************************/