Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 51:ceeeb5e49348
1.70....
author | heinrichsweikamp |
---|---|
date | Fri, 30 Jul 2010 12:32:15 +0200 |
parents | cd5b650920f6 |
children | 23dba7f60f88 |
comparison
equal
deleted
inserted
replaced
50:c97c5514b165 | 51:ceeeb5e49348 |
---|---|
71 movff wreg_temp,WREG ;restore working register | 71 movff wreg_temp,WREG ;restore working register |
72 movff status_temp,STATUS ;restore STATUS register | 72 movff status_temp,STATUS ;restore STATUS register |
73 movff 0x102,BSR ;restore BSR register | 73 movff 0x102,BSR ;restore BSR register |
74 retfie | 74 retfie |
75 | 75 |
76 ORG 0x00100 ; | 76 ; ORG 0x00070 ; |
77 #include text_table.asm ; includes textmacros | 77 #include text_table.asm ; includes textmacros |
78 #include displaytext.asm ; sends texts to wordprocessor | 78 #include displaytext.asm ; sends texts to wordprocessor |
79 #include math.asm ; mathematical functions | 79 #include math.asm ; mathematical functions |
80 #include wait.asm ; waitroutines | 80 #include wait.asm ; waitroutines |
81 #include valconv.asm ; outputs to POSTINC2 | 81 #include valconv.asm ; outputs to POSTINC2 |