mirror/vmirror

左右反転、上下反転のコマンド。

; 0番のセルを左右反転
exec_dll "sp.dll/mirror,200,0,0"
exec_dll "sp.dll/mirror,200,0,1"
; 1番のセルを上下反転
exec_dll "sp.dll/vmirror,200,1,0"
exec_dll "sp.dll/vmirror,200,1,1"

実行例

応用例

当然ながら、左右反転と上下反転を両方をすると、180度回転と同じ効果が得られます。