Am I missing a trick here, thinking it would be better to allow eg:
.imcc
.local int a
.sub _get_a
return a
.end
.sub _set_a
restore a
.end
.endimcc
Am I missing a trick here, thinking it would be better to allow eg:
.imcc
.local int a
.sub _get_a
return a
.end
.sub _set_a
restore a
.end
.endimcc