SlithyMatt / x16-hello-cc65

"Hello World" examples using assembly and C with cc65 and the Commander X16
GNU General Public License v3.0
16 stars 11 forks source link

Simplify CHROUT loop #7

Open vermiceli opened 1 year ago

vermiceli commented 1 year ago

Remove BRA instruction and replace with BRE. The resulting assembly is 2 bytes smaller and removes one instruction.