Hi,
I wrote the translator for the NestedCall in Python and tried to output the assembly file. The execution on the command prompt succeeded but I could not find the assembly file.
Just to check if I did wrong on the command prompt, I executed a simple python file called 'write.py' (attached one), which writes some words on a text file (I named text3.txt). The execution was done, but there was no file created on the designated folder.
The execution code was 'python write.py text3.txt' on the command prompt and I confirmed the current directory.
Could you give any clue to find the cause?
Thanks
write.py