summaryrefslogtreecommitdiff
path: root/demo/demo0.lst
diff options
context:
space:
mode:
Diffstat (limited to 'demo/demo0.lst')
-rw-r--r--demo/demo0.lst14
1 files changed, 8 insertions, 6 deletions
diff --git a/demo/demo0.lst b/demo/demo0.lst
index 2a87958..962e719 100644
--- a/demo/demo0.lst
+++ b/demo/demo0.lst
@@ -1,22 +1,24 @@
demo0 PAGE 1
- 1 ; MCU 8051 IDE - Demostration code
+ 1 ; MCU 8051 IDE - Demonstration code
2 ; Very simple code
3
4 ; Press F2 and F6 to run the program (start simulator and animate)
5
6 org 0h
7
-0000 06 8 main: inc R0
-0001 B87FFB 9 inc @R0
-0002 7800 10 cjne R0, #07Fh, main
-0005 80F7 11 mov R0, #0d
- 12 sjmp main
+0000 08 8 main: inc R0
+0001 06 9 inc @R0
+0002 B87FFB 10 cjne R0, #07Fh, main
+0005 7800 11 mov R0, #0d
+0007 80F7 12 sjmp main
13
14 end
ASSEMBLY COMPLETE, NO ERRORS FOUND, NO WARNINGS
SYMBOL TABLE:
+??MCU_8051_IDE . . . . . . . . . . . N NUMB 8051H NOT USED
+??VERSION. . . . . . . . . . . . . . N NUMB 0147H NOT USED
AC . . . . . . . . . . . . . . . . . B ADDR 00D6H NOT USED
ACC. . . . . . . . . . . . . . . . . D ADDR 00E0H NOT USED
ACSR . . . . . . . . . . . . . . . . D ADDR 0097H NOT USED