Instruction-level CPU simulator: fix SyntaxWarning on globals.
commit4f3b3d71000e5c8240647a2c10c081259a68b4c1
authorJeff Connelly <shellreef+git@gmail.com>
Sun, 25 May 2008 21:36:56 +0000 (25 14:36 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Sun, 25 May 2008 21:36:56 +0000 (25 14:36 -0700)
tree2fc2f6afdfe697998814a6bcf7cd490faf1ff9c8
parent45c576d20f1343814f9982d9c3c9bd48bb64900f
Instruction-level CPU simulator: fix SyntaxWarning on globals.

The 'global' command needs only to be used in the beginning
of a function, to indicate that the variable refers to a global;
it doesn't need to be used at the global scope.
asm/logicCpu.py