digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

Clean up pc:relative #335

Closed cyblue9 closed 6 years ago

cyblue9 commented 6 years ago

Refactoring!

I think that "cnt_op"(counter operation) is more appropriate for variable than "inc". Because, "inc" variable will be set "+" or "-", so if "-" is set, variable name "inc" is unsuitable.

Please confirm!