Page 1 of 1

disabling mpasm status window

Posted: Fri Nov 15, 2019 11:18 am
by Jerry Messina
By default, the compiler now displays a status box while mpasm assembles the file.

If you wish to disable this feature, edit the file bin\SwordfishICC.ini and change the lines

Code: Select all

; show mpasm progress window while it assembles (adds '/s' to the commandline)
; 	0=do not show
;	1=show (default)
;show_window=1
to

Code: Select all

; show mpasm progress window while it assembles (adds '/s' to the commandline)
; 	0=do not show
;	1=show (default)
show_window=0