Skip to content

Indexed access for var/literal content #5

@ohhmm

Description

@ohhmm

Expression for indexed access is

<var/str>[<idx>][r][<bitness>]

Lets say
str - "String"

str[3] is 'i'
str[3]r is 'r'

str[3]8 is 'i'
str[3]r8 is 'r'

str[2]16 is 'n'+('g'<<8)
str[2]r16 is 't'+('S'<<8)

Bitness of non power of two is considerable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions