Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struct OpCodes #32

Merged
merged 7 commits into from
Apr 29, 2019
Merged

Struct OpCodes #32

merged 7 commits into from
Apr 29, 2019

Conversation

tk-codes
Copy link
Collaborator

Resolves #27

The internal struct functions operates on the custom array data structure
StoreFld stores the element at the given struct field index
Byte util functions used both little endian and big endian. It may lead to inconsistencies. Therefore, the opcodes are refactored to use BigEndian consistently.
@tk-codes tk-codes added the feature New feature or request label Apr 29, 2019
@tk-codes tk-codes requested a review from skas102 April 29, 2019 00:03
@skas102 skas102 merged commit 6401f26 into master Apr 29, 2019
@skas102 skas102 deleted the feature/struct-opcode branch April 29, 2019 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New OpCode for Struct
2 participants