From 3b3d072a9d90a28ec46c58b21019a3aa4ae1d5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 4 Nov 2021 21:47:17 +0300 Subject: [PATCH] Added first usage example --- examples/OR Example.vole | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/OR Example.vole diff --git a/examples/OR Example.vole b/examples/OR Example.vole new file mode 100644 index 0000000..11671f9 --- /dev/null +++ b/examples/OR Example.vole @@ -0,0 +1,6 @@ +1xAAAA # RAM'in 0xAA adresine AA verisini yerleştirir +1xBB55 # RAM'in 0xBB adresine 55 verisini yerleştirir +0x10AA # 0x0 adresindeki register'a RAM'in 0xAA adresindeki verisini yerleştirir +0x11BB # 0x1 adresindeki register'a RAM'in 0xBB adresindeki verisini yerleştirir +0x7210 # 0x1 adresindeki register'ın verisi ile 0x0 adresindeki register'ın verisini VEYA işlemine tabi tutar, sonucu 0x2 register'ına yerleştirir +0xC000 # Çalıştırmayı durdurur \ No newline at end of file