Closed wysiwyng closed 1 year ago
Related: #15
Also related: #54
Also also related: #68
This shall be implemented as a dedicated intrinsic like __encoding_size()
The frontend supports __encoding_size
; I'll leave this issue open to track documenting it in the spec.
I'm proposing this: diff
@AtomCrafty does #91 already handle the usage inside always
?
No, this is the first time I see that mentioned. Shouldn't be too difficult to implement though.
This should return the encoding length of the current instruction. Useful e.g. in functions that need to calculate the next PC value.