Kipt / BEdit

Issues and documentation for BEdit
6 stars 0 forks source link

Current address is hard to modify #35

Closed Kipt closed 3 years ago

Kipt commented 3 years ago

The only way to modify the current address is to declare a member, this restriction could be removed.

Kipt commented 3 years ago

Implemented in version 0.2.0. You can now assign @ as any other variable. Previous syntax to specify address of member still remains the same (but of course, instead of @(address) u(4) myInt you can now do @ = address; u(4) myInt;). current_address() is still possible to use but is being deprecated.