Tiiiiiny refactoring
This commit is contained in:
+5
-2
@@ -158,7 +158,7 @@ namespace processor
|
|||||||
/// Loads hexadecimal CPU instructions to RAM
|
/// Loads hexadecimal CPU instructions to RAM
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="codes"></param>
|
/// <param name="codes"></param>
|
||||||
private void LoadHexCode(List<string> codes)
|
private void LoadHexCode(IReadOnlyList<string> codes)
|
||||||
{
|
{
|
||||||
int j = 0;
|
int j = 0;
|
||||||
for (int i = 0; i < codes.Count; i++)
|
for (int i = 0; i < codes.Count; i++)
|
||||||
@@ -241,4 +241,7 @@ namespace processor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user