RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
199 stars 42 forks source link

Implement global labels (actual impl by p4plus2) #196

Closed Atari2 closed 3 years ago

Atari2 commented 3 years ago

This PR implements global labels, the C++ code is all written by @p4plus2 so I take no credit for that, while the test cases were written by @Atari2 (me).

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.2%) to 81.328% when pulling ed714fd7903f690ec86cfdc10270d048083d88b6 on Atari2:master into 8f1fbc54b705477ef7e60e3e5e01e16d36c3d6db on RPGHacker:master.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.3%) to 81.862% when pulling ed714fd7903f690ec86cfdc10270d048083d88b6 on Atari2:master into 8f1fbc54b705477ef7e60e3e5e01e16d36c3d6db on RPGHacker:master.

RPGHacker commented 3 years ago

Let's not forget to also add the new fature to the manual.