Added new recipes

This commit is contained in:
Devine Lu Linvega 2023-01-18 09:26:33 -08:00
parent 0c8061a4b1
commit 3e62bae131
1 changed files with 5 additions and 1 deletions

View File

@ -382,6 +382,7 @@ JMP2r
@tokenlen "Token-length $1 ( token is longer than 24 characters ) @tokenlen "Token-length $1 ( token is longer than 24 characters )
@combine "Combine $1 ( sequences of two literal bytes ) @combine "Combine $1 ( sequences of two literal bytes )
@uncalled "Uncalled $1 ( using JSR when could be calling ) @uncalled "Uncalled $1 ( using JSR when could be calling )
@optimize "Optimize $1 ( bad design )
@inc "INC $1 @inc2 "INC2 $1 @inc "INC $1 @inc2 "INC2 $1
@inc-twice "INC 20 "INC $1 @inc-twice "INC 20 "INC $1
@ -456,7 +457,10 @@ JMP2r
@|rules ) @|rules )
@rules2 @rules2
"STH $1 "STH $1 =optimize
"STH2 $1 "STH2 $1 =optimize
"STHr $1 "STHr $1 =optimize
"STH2r $1 "STH2r $1 =optimize
"STH $1 "STHr $1 =redundance "STH $1 "STHr $1 =redundance
"STH2 $1 "STH2r $1 =redundance "STH2 $1 "STH2r $1 =redundance
"STHr $1 "STH $1 =redundance "STHr $1 "STH $1 =redundance