summaryrefslogtreecommitdiff
path: root/demo/demo5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'demo/demo5.asm')
-rw-r--r--demo/demo5.asm35
1 files changed, 35 insertions, 0 deletions
diff --git a/demo/demo5.asm b/demo/demo5.asm
new file mode 100644
index 0000000..9c3bc68
--- /dev/null
+++ b/demo/demo5.asm
@@ -0,0 +1,35 @@
+; Dissassebler
+; --------------------
+; [Main menu] -> [Tools] -> [Dissasseble]
+; Choose some hex file and see result
+
+; Custom commands
+; --------------------
+; They can be used for instance to load your program into a
+; real processor.
+; [Main menu] -> [Configure] -> [Edit cutom commands]
+; [Main menu] -> [Tools] -> [Cutom command N]
+
+; Tip of the day
+; --------------------
+; You may find some useful advices how to use this
+; IDE more efficiently
+; [Main menu] -> [Help] -> [Tip of the day]
+
+; Project web page:
+; --------------------
+; http://mcu8051ide.sf.net
+
+
+
+; AND NOW YOU ARE READY !
+; Click on [Main menu] -> [Project] -> [New] and create your own 8051 project ...
+
+
+; !!! HAVE A GOOD LUCK WITH THIS IDE !!!
+
+ org 0
+ sjmp $
+ end
+
+; !!! HAVE A GOOD LUCK WITH THIS IDE !!! \ No newline at end of file