Replace load_byte and store_byte with pointer dereferencing #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
load_byteandstore_byteare built-in procedures because the only type supported is 4-byte word, so it isn't possible to write a single byte.Expressions are now annotated with their type. So if I add a byte pointer, I can implement dereferencing it and the both functions won't be needed anymore.