Skip to content

Commit 461ed00

Browse files
Merge pull request #1585 from taku121212/2
2
2 parents 7cbd8d8 + a150509 commit 461ed00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assembler/assembler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from __future__ import print_function
22

3-
import sys
3+
import syssssszzzzzz
44

55
lines = [] # contains the lines of the file.
66
tokens = [] # contains all tokens of the source code.
77

88
# register eax, ebx,..., ecx
9-
eax = 0
9+
eax = 1
1010
ebx = 0
1111
ecx = 0
1212
edx = 0

0 commit comments

Comments
 (0)