Ice Bro Lite
Extended manual for Ice Bro Lite
Project maintained by Sakrac
Hosted on GitHub Pages — Theme by mattgraham
Updated features
These are features that have been updated since the manual was created
Command Line Arguments
The IceBroLite.exe executable accepts command line arguments to speed up getting started and for additional initialization.
- -load=<executable>: load a .prg, .d64, .crt etc. immediately after VICE is connected. This will also load any .dbg / .sym / .vs file with the same filename as the executable.
- -symbols=<.dbg/.sym/.vs>: load this symbol file
- -connect: automatically connect with a running VICE executable
- -start: (optionally with a path to a VICE executable, for example -start=x64sc.exe) automatically start VICE
- -font=<.ttf/.otf file>,<size>: load an alternative font, for example -font=c:\windows\fonts\cour.ttf,20
Right clicking in the value field of a Watch Window entry allows changing the numeric format between hexadecimal, decimal or binary
Right clicking in the code view opens up a context menu that allows you to add a watch entry or open the referenced code in a code window.
Holding down the middle mouse button over a code or memory window allows dragging the contents of the window up and down.