From 39f48d732a4200798f395a5861150a47e667cf06 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 30 Dec 2023 16:02:20 +0900 Subject: [PATCH] mruby-pack: update README.md 'X' and '@' directives are not listed --- mrbgems/mruby-pack/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mrbgems/mruby-pack/README.md b/mrbgems/mruby-pack/README.md index 10a538095..2871fb4b3 100644 --- a/mrbgems/mruby-pack/README.md +++ b/mrbgems/mruby-pack/README.md @@ -45,7 +45,9 @@ There is no dependency on other mrbgems. - V : 32-bit unsigned, VAX (little-endian) byte order - v : 16-bit unsigned, VAX (little-endian) byte order - x : null byte -- Z : same as "a", except that null is added with * +- X : back up bytes +- Z : same as "a", except that null is added with \* +- @ : absolute position ## License