oh in that case the easiest solution would be to use tniASM 1.0, which support labels without :
Grauw wrote:
albs_br wrote:
(it lacks ":" after the label names)
Just fix it with a regex search/replace? Search ^(\w+)(\s|$)
replace $1:$2
.
Thanks @Grauw. It worked like a charm on VS Code.
Grauw's knowledge has no limits XD
syn wrote:
oh in that case the easiest solution would be to use tniASM 1.0, which support labels without :
The NOT free version ?
Yeah more info here http://www.tni.nl/products/tniasm.html
Login or register to post comments