about summary refs log tree commit diff stats
path: root/example
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-18 18:36:23 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:43 +0100
commit663b49b712b4309d44e2ae77e37f26861c4906b7 (patch)
treefb853170d0183a2b15925057ef76bef2ea59eda4 /example
parent488cb99d4d61a0b3b176f7e3c53431872fc234ef (diff)
downloadmiasm-663b49b712b4309d44e2ae77e37f26861c4906b7.tar.gz
miasm-663b49b712b4309d44e2ae77e37f26861c4906b7.zip
Example: Move asm's examples to a `asm` directory
Diffstat (limited to 'example')
-rw-r--r--example/asm/arm.py (renamed from example/asm_arm.py)0
-rw-r--r--example/asm/arm_sc.py (renamed from example/asm_arm_sc.py)0
-rw-r--r--example/asm/armt.py (renamed from example/asm_armt.py)0
-rw-r--r--example/asm/box_x86_32.py (renamed from example/asm_box_x86_32.py)0
-rw-r--r--example/asm/box_x86_32_enc.py (renamed from example/asm_box_x86_32_enc.py)0
-rw-r--r--example/asm/box_x86_64.py (renamed from example/asm_box_x86_64.py)0
-rw-r--r--example/asm/mips32.py (renamed from example/asm_mips32.py)0
-rw-r--r--example/asm/msp430_sc.py (renamed from example/asm_msp430_sc.py)0
-rw-r--r--example/asm/x86.py (renamed from example/asm_x86.py)0
9 files changed, 0 insertions, 0 deletions
diff --git a/example/asm_arm.py b/example/asm/arm.py
index 28af59fb..28af59fb 100644
--- a/example/asm_arm.py
+++ b/example/asm/arm.py
diff --git a/example/asm_arm_sc.py b/example/asm/arm_sc.py
index 83787f02..83787f02 100644
--- a/example/asm_arm_sc.py
+++ b/example/asm/arm_sc.py
diff --git a/example/asm_armt.py b/example/asm/armt.py
index f4ce6d2d..f4ce6d2d 100644
--- a/example/asm_armt.py
+++ b/example/asm/armt.py
diff --git a/example/asm_box_x86_32.py b/example/asm/box_x86_32.py
index def7af99..def7af99 100644
--- a/example/asm_box_x86_32.py
+++ b/example/asm/box_x86_32.py
diff --git a/example/asm_box_x86_32_enc.py b/example/asm/box_x86_32_enc.py
index ec4d70ea..ec4d70ea 100644
--- a/example/asm_box_x86_32_enc.py
+++ b/example/asm/box_x86_32_enc.py
diff --git a/example/asm_box_x86_64.py b/example/asm/box_x86_64.py
index 44aca56e..44aca56e 100644
--- a/example/asm_box_x86_64.py
+++ b/example/asm/box_x86_64.py
diff --git a/example/asm_mips32.py b/example/asm/mips32.py
index fc050f1f..fc050f1f 100644
--- a/example/asm_mips32.py
+++ b/example/asm/mips32.py
diff --git a/example/asm_msp430_sc.py b/example/asm/msp430_sc.py
index de488803..de488803 100644
--- a/example/asm_msp430_sc.py
+++ b/example/asm/msp430_sc.py
diff --git a/example/asm_x86.py b/example/asm/x86.py
index d877ceaa..d877ceaa 100644
--- a/example/asm_x86.py
+++ b/example/asm/x86.py