poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[COMMITTED] support to read/write strings from/to not byte aligned offse


From: Jose E. Marchesi
Subject: [COMMITTED] support to read/write strings from/to not byte aligned offsets
Date: Fri, 31 Jan 2020 13:19:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi people!

I just committed a patch that adds support to the IOS to read/write
strings from/to not byte aligned offsets.  Ever wanted to store a
NULL-terminated string of bytes at an offset 11 bits?  Easy:

(poke) string @ 11#b = "foo"

It occurs to me, that we could coin the term poke13 to casually hide
strings by storing them displaced by 13 bits ;)

Salud!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]