summaryrefslogtreecommitdiffstats
path: root/development/VisUAL/README
diff options
context:
space:
mode:
author Fernando Lopez Jr2017-12-31 01:08:05 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:05 +0100
commitefc3963bc55573600212eacb10abc206864d33cd (patch)
tree4609807f310aa760e0674304b2bea641f3543c32 /development/VisUAL/README
parentc2af00e3054deaf708982ab371aebb17583c8547 (diff)
downloadslackbuilds-efc3963bc55573600212eacb10abc206864d33cd.tar.gz
development/VisUAL: Added (visual ARM emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/VisUAL/README')
-rw-r--r--development/VisUAL/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/VisUAL/README b/development/VisUAL/README
new file mode 100644
index 0000000000..7e3999721b
--- /dev/null
+++ b/development/VisUAL/README
@@ -0,0 +1,9 @@
+VisUAL has been developed as a cross-platform tool to make learning ARM
+Assembly language easier. In addition to emulating a subset of the ARM
+UAL instruction set, it provides visualisations of key concepts unique
+to assembly language programming and therefore helps make programming
+ARM assembly more accessible.
+
+It has been designed specifically to use as a teaching tool for the
+Introduction to Computer Architecture course taught at the Department
+of Electrical and Electronic Engineering of Imperial College London.