From a288b524bc16eeba048e2ee8ec310422ecb36956 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 3 Feb 2018 21:51:45 +0200 Subject: Add support for hex int literals. --- docs/markdown/snippets/hexnumbers.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/hexnumbers.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/hexnumbers.md b/docs/markdown/snippets/hexnumbers.md new file mode 100644 index 0000000..840c0cb --- /dev/null +++ b/docs/markdown/snippets/hexnumbers.md @@ -0,0 +1,5 @@ +## Hexadecimal string literals + +Hexadecimal integer literals can now be used in build and option files. + + int_255 = 0xFF -- cgit v1.1