You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
home2rom0.py %1
|
|
rgbasm -o%~n1.obj %1
|
|
rgblink -m%~n1.map -n%~n1.sym -o%~n1.gb %~n1.obj
|
|
rgbfix -p255 -v %~n1.gb
|
|
pause |