summaryrefslogtreecommitdiff
path: root/demo/Demo project.mcu8051ide
diff options
context:
space:
mode:
Diffstat (limited to 'demo/Demo project.mcu8051ide')
-rw-r--r--demo/Demo project.mcu8051ide127
1 files changed, 71 insertions, 56 deletions
diff --git a/demo/Demo project.mcu8051ide b/demo/Demo project.mcu8051ide
index 21f2ef6..707a648 100644
--- a/demo/Demo project.mcu8051ide
+++ b/demo/Demo project.mcu8051ide
@@ -12,7 +12,7 @@
<!-- Root element Parameters:
version - Project version (user defined)
date - Project last update (user defined)
- creator_ver - MCU 8051 IDE version (hardcoded in program)
+ creator_ver - MCU 8051 IDE version (hardcoded in the program)
-->
<!ATTLIST tk_mcuide_project
version CDATA #IMPLIED
@@ -71,9 +71,9 @@
grid - Grid mode
magnification - Magnification level (must be an integer between 0 and 3)
enabled - Graph enable flag (Boolean value 0 or 1)
- marks_s - List of state graph marks (String of zeros and ones, e.g. 00100110)
- marks_l - List of laches graph marks (String of zeros and ones, e.g. 00100110)
- marks_o - List of output graph marks (String of zeros and ones, e.g. 00100110)
+ marks_s - List of state graph marks (String of zeros and ones perfixed with 'X', and converted to hexadecimal)
+ marks_l - List of laches graph marks (String of zeros and ones perfixed with 'X', and converted to hexadecimal)
+ marks_o - List of output graph marks (String of zeros and ones perfixed with 'X', and converted to hexadecimal)
active_page - Active page
-->
<!ATTLIST graph
@@ -193,10 +193,10 @@
<!-- File path -->
<!ELEMENT path (#PCDATA)>
- <!-- Bookmarks: string of zeros and ones -->
+ <!-- Bookmarks: list of line numbers -->
<!ELEMENT bookmarks (#PCDATA)>
- <!-- Breakpoints: string of zeros and ones -->
+ <!-- Breakpoints: list of line numbers -->
<!ELEMENT breakpoints (#PCDATA)>
<!-- End Of Line character name -->
@@ -222,12 +222,12 @@
value CDATA #IMPLIED
>
]>
-<tk_mcuide_project version="0.9.5" date="03/02/09" creator_ver="1.3.3">
+<tk_mcuide_project version="1.0" date="11/28/2011" creator_ver="1.4.3">
<general>
<authors><![CDATA[Martin Osmera &lt;martin.osmera@gmail.com&gt;
]]></authors>
<copyright><![CDATA[]]></copyright>
- <licence><![CDATA[GPLv2]]></licence>
+ <license><![CDATA[GPLv2]]></license>
<processor type="AT89S2051" clock="12000" xdata="0" xcode="0"/>
<options
watches_file="demo.wtc"
@@ -238,13 +238,13 @@
<graph
grid="y"
magnification="0"
- enabled="1"
- marks_s="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
- marks_l="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
- marks_o="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
+ enabled="0"
+ marks_s="X0000000000000000000000000000000000000000000"
+ marks_l="X0000000000000000000000000000000000000000000"
+ marks_o="X0000000000000000000000000000000000000000000"
active_page="output"
/>
- <description><![CDATA[This is demonstration project for MCU 8051 IDE and nothing more.
+ <description><![CDATA[This is demonstration project for MCU 8051 IDE and nothing less, nothing more.
Thank you for using MCU 8051 IDE.
]]></description>
@@ -290,24 +290,24 @@ Thank you for using MCU 8051 IDE.
/>
</general>
<other_options><![CDATA[]]></other_options>
- <compiler_options><![CDATA[{_title 0 _list 0 _print 0 _nomod 0 max_ihex_rec_length 255 _object 0 _pagelength 0 QUIET 0 _symbols 0 CREATE_SIM_FILE 1 CREATE_BIN_FILE 1 _pagewidth 0 optim_ena 0 _date 0 _paging 0 WARNING_LEVEL 0} 0 {--verbose 1 -i {} custom {} --columns 0 --omf-51 0} {adf 1} {-L 1 -M 0 custom {} -n 0 -P 0 -A 0 -a 0 -r {} -C 0 -c 0 -s 1 -U 0 -u 0 -g MAP -w 0 -cpu 8051 -x 0 -h 0 -quiet 0 -i {} -I 1} {ihex 1 adf 1} {--out-fmt-s19 0 --fdollars-in-identifiers 0 --nogcse 0 --nooverlay 1 --no-peep-comments 0 --no-c-code-in-asm 0 --print-search-dirs 0 --nostdlib 0 --peep-asm 0 --nolabelopt 0 --short-is-8bits 0 --cyclomatic 0 --compile-only 0 --no-reg-params 0 --noinvariant 0 --profile 0 --out-fmt-ihx 0 --noinduction 1 --opt-code-size 0 --nojtbound 0 --no-peep 0 --less-pedantic 0 --no-xinit-opt 0 --xstack 0 --funsigned-char 0 --verbose 1 -S 0 --debug 1 --preprocessonly 0 --opt-code-speed 0 --parms-in-bank1 0 --float-reent 0 -V 1 --c1mode 0 --fverbose-asm 0 --fommit-frame-pointer 0 --xram-movc 0 --main-return 0 --nostdinc 0 --noloopreverse 0 --stack-probe 0 --all-callee-saves 0 --int-long-reent 0 --stack-auto 0 --use-stdout 0} {standard --std-sdcc89 model --model-small stack --pack-iram custom {}} {--stack-size {} --code-loc {} --constseg {} --codeseg {} --xram-loc {} --data-loc {} --stack-loc {} --xstack-loc {} --lib-path {}} {--disable-warning {} -L {} -l {} -I {}} {} {}]]></compiler_options>
+ <compiler_options><![CDATA[{_title 0 _list 0 _print 0 _nomod 0 max_ihex_rec_length 255 _object 0 _pagelength 0 QUIET 0 _symbols 0 CREATE_SIM_FILE 1 CREATE_BIN_FILE 1 optim_ena 0 _pagewidth 0 WARNING_LEVEL 0 _paging 0 _date 0} 0 {--verbose 1 -i {} --omf-51 0 --columns 0 custom {}} {adf 1} {-L 1 -M 0 custom {} -n 0 -P 0 -A 0 -a 0 -r {} -C 0 -c 0 -s 1 -u 0 -U 0 -w 0 -g MAP -quiet 0 -h 0 -x 0 -cpu 8051 -I 1 -i {}} {ihex 1 adf 1} {--out-fmt-s19 0 --fdollars-in-identifiers 0 --nogcse 0 --nooverlay 1 --no-peep-comments 0 --no-c-code-in-asm 0 --print-search-dirs 0 --nostdlib 0 --compile-only 0 --peep-asm 0 --nolabelopt 0 --short-is-8bits 0 --cyclomatic 0 --profile 0 --noinvariant 0 --no-reg-params 0 --noinduction 1 --out-fmt-ihx 0 --nojtbound 0 --opt-code-size 0 --less-pedantic 0 --no-peep 0 -S 0 --verbose 1 --funsigned-char 0 --xstack 0 --no-xinit-opt 0 --debug 1 --preprocessonly 0 --c1mode 0 -V 1 --float-reent 0 --parms-in-bank1 0 --opt-code-speed 0 --nostdinc 0 --main-return 0 --xram-movc 0 --fommit-frame-pointer 0 --fverbose-asm 0 --int-long-reent 0 --all-callee-saves 0 --stack-probe 0 --noloopreverse 0 --stack-auto 0 --use-stdout 0} {model --model-small standard --std-sdcc89 stack {} custom {}} {--codeseg {} --constseg {} --code-loc {} --stack-size {} --xram-loc {} --lib-path {} --xstack-loc {} --stack-loc {} --data-loc {}} {-l {} -L {} --disable-warning {} -I {}} {-l 1 -A {} -F hex custom {}} {adf 1}]]></compiler_options>
<files
- count="9"
- current_file="8"
+ count="10"
+ current_file="0"
current_file2="-1"
pwin_sash="304"
selected_view="0"
pwin_orient="horizontal">
- <file name="demo0.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="0" read_only="0" highlight="0">
+ <file name="demo0.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="0" read_only="1" highlight="0">
<actual_line value="1"/>
- <md5_hash value="433B30D0A7A37EA31EA1FC96F9A63294"/>
+ <md5_hash value="477C5C6C6472852B9BCD48A6D3A103DF"/>
<path><![CDATA[]]></path>
<bookmarks>
- 00000000000000001000000000000
+ 16
</bookmarks>
<breakpoints>
- 00000000000000000100000000000
+ 17
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
@@ -315,31 +315,31 @@ Thank you for using MCU 8051 IDE.
]]></notes>
</file>
- <file name="demo1.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="1" read_only="0" highlight="0">
+ <file name="demo1.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="1" read_only="1" highlight="0">
<actual_line value="1"/>
- <md5_hash value="D9C47EC024BB961B1F86B2A2C82D6D7A"/>
+ <md5_hash value="2078A8D0F7F402380D20B396DE54ECD6"/>
<path><![CDATA[]]></path>
<bookmarks>
- 00000000000000000000000000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 00000000000000000000000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
- <notes><![CDATA[Quite more advance demonstration code ...
+ <notes><![CDATA[A little more advanced demonstration code ...
]]></notes>
</file>
- <file name="demo2.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="2" read_only="0" highlight="0">
+ <file name="demo2.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="2" read_only="1" highlight="0">
<actual_line value="1"/>
- <md5_hash value="016FCF566042EC66EE9118BAFA4D4A35"/>
+ <md5_hash value="37AFD8BE8D1F3D6436C93B0B9616E95A"/>
<path><![CDATA[]]></path>
<bookmarks>
- 00000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 00000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
@@ -347,90 +347,105 @@ Thank you for using MCU 8051 IDE.
]]></notes>
</file>
- <file name="demo3.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="3" read_only="0" highlight="0">
+ <file name="demo3.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="3" read_only="1" highlight="0">
<actual_line value="1"/>
- <md5_hash value="6180D365C7F535CABD42C3E78A0798B9"/>
+ <md5_hash value="5B8A70E1D6517500E2AE4F4FA5B98BC5"/>
<path><![CDATA[]]></path>
<bookmarks>
- 00000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 00000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
<notes><![CDATA[]]></notes>
</file>
- <file name="demo5.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="4" read_only="0" highlight="0">
- <actual_line value="13"/>
- <md5_hash value="8A77C444C26BA55C5A8AC82FE0C8CFA9"/>
+ <file name="demo5.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="4" read_only="1" highlight="0">
+ <actual_line value="1"/>
+ <md5_hash value="83FBE8C57ABDDCD92CDD70B3C5326563"/>
<path><![CDATA[]]></path>
<bookmarks>
- 000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
<notes><![CDATA[]]></notes>
</file>
- <file name="demo_c_0.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="5" read_only="0" highlight="1">
+ <file name="demo_c_0.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="5" read_only="1" highlight="1">
<actual_line value="1"/>
- <md5_hash value="79C98C5ADE29831807D59F6BC438063A"/>
+ <md5_hash value="A958F84B552CBBD6CB8D8FA776FEB327"/>
<path><![CDATA[]]></path>
<bookmarks>
- 0000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 0000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
<notes><![CDATA[]]></notes>
</file>
- <file name="ledmatrix.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="6" read_only="0" highlight="1">
+ <file name="ledmatrix.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="6" read_only="1" highlight="1">
<actual_line value="1"/>
<md5_hash value="517133F895352F3918C3E1250EA990A5"/>
<path><![CDATA[]]></path>
<bookmarks>
- 000000000000000000000000000000000000000000000
+ 0
+ </bookmarks>
+ <breakpoints>
+ 0
+ </breakpoints>
+ <eol value="lf"/>
+ <encoding value="utf-8"/>
+ <notes><![CDATA[]]></notes>
+ </file>
+
+ <file name="keypad_display.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="7" read_only="1" highlight="1">
+ <actual_line value="1"/>
+ <md5_hash value="250BC76DCCF444C4F982EB733E057F5E"/>
+ <path><![CDATA[]]></path>
+ <bookmarks>
+ 0
</bookmarks>
<breakpoints>
- 000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
<notes><![CDATA[]]></notes>
</file>
- <file name="keypad_display.c" active="yes" o_bookmark="0" p_bookmark="0" file_index="7" read_only="0" highlight="1">
- <actual_line value="10"/>
- <md5_hash value="E44E4DC2094E8EB729FE653002B40A33"/>
+ <file name="mleddisplay.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="8" read_only="1" highlight="0">
+ <actual_line value="1"/>
+ <md5_hash value="8BF7EBDCE29A2FCF7D73079108BBAD39"/>
<path><![CDATA[]]></path>
<bookmarks>
- 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
<notes><![CDATA[]]></notes>
</file>
- <file name="mleddisplay.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="8" read_only="0" highlight="0">
- <actual_line value="15"/>
- <md5_hash value="BFC1B21D558BFAE2B1E43162DAEFE347"/>
+ <file name="LCD.asm" active="yes" o_bookmark="0" p_bookmark="0" file_index="9" read_only="1" highlight="0">
+ <actual_line value="1"/>
+ <md5_hash value="03C83A56F6DD9B68A2D385DD90C81D42"/>
<path><![CDATA[]]></path>
<bookmarks>
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</bookmarks>
<breakpoints>
- 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
+ 0
</breakpoints>
<eol value="lf"/>
<encoding value="utf-8"/>
@@ -438,4 +453,4 @@ Thank you for using MCU 8051 IDE.
</file>
</files>
-</tk_mcuide_project> \ No newline at end of file
+</tk_mcuide_project>