Skip to content

automatically combine constructed larger data reads into larger data size#648

Open
Jamiras wants to merge 4 commits into
masterfrom
feature/combined_memory_reads
Open

automatically combine constructed larger data reads into larger data size#648
Jamiras wants to merge 4 commits into
masterfrom
feature/combined_memory_reads

Conversation

@Jamiras
Copy link
Copy Markdown
Owner

@Jamiras Jamiras commented Jun 1, 2026

byte(a) + byte(a+1) * 256 => word(a)
byte(a) * 256 + byte(a+1) => word_be(a)
word(a) + word(a+2) * 65536 => dword(a)
bcd(byte(a)) + bcd(byte(a+1)) * 100 => bcd(word(a))
etc.

@Jamiras Jamiras added this to the 1.17.1 milestone Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant