2010-04-20, 08:10 PM
programandala.net Wrote:It was just an idea!boriel Wrote:zxb.py --DUSE_PRINT_SPANISH
Quote:error: no such option -D
error: no such option --D
Is it a planned option for a future release?
In fact, you could already implement it by modifing print.asm with your changes, as suggested above.Note: use -D option or --define (see -h for help). Single dash is for short options, whilst double-dash (--) is for long ones. Try your command again.

