From 4a539490bc1938c19ad51e979884034d99c0857b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 30 Aug 2022 05:53:52 +0000 Subject: [PATCH] Update 'Data' --- Data.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Data.md diff --git a/Data.md b/Data.md new file mode 100644 index 0000000..3ba3ea5 --- /dev/null +++ b/Data.md @@ -0,0 +1,14 @@ +# Syntax + +``` +data ro integer:Int 3202 + +data ro integerArrayInitialized:{Int 16} + 3948 293 293049 948 912 + 340 0 2304 0 4785 92 +``` + +Data sections are syntactically similar to [blind type sections](Blind-Type-Definitions). + +# Semantics +TODO \ No newline at end of file