diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2017-12-31 00:08:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:05 +0700 |
commit | efc3963bc55573600212eacb10abc206864d33cd (patch) | |
tree | 4609807f310aa760e0674304b2bea641f3543c32 /development/VisUAL/README | |
parent | c2af00e3054deaf708982ab371aebb17583c8547 (diff) | |
download | slackbuilds-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/README | 9 |
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. |