comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 577:e3ffc6d62a63

minor clean
author heinrichsweikamp
date Sun, 22 Apr 2012 21:32:04 +0200
parents 97b11ff4bcea
children c6220d340684
comparison
equal deleted inserted replaced
576:ab2686087bce 577:e3ffc6d62a63
76 #include isr.asm ; Interrupt service routine (RTC&Sensor) 76 #include isr.asm ; Interrupt service routine (RTC&Sensor)
77 #include displaytext.asm ; sends texts to wordprocessor 77 #include displaytext.asm ; sends texts to wordprocessor
78 #include math.asm ; mathematical functions 78 #include math.asm ; mathematical functions
79 #include wait.asm ; waitroutines 79 #include wait.asm ; waitroutines
80 #include oled_samsung.asm ; Attached in 80-System 8-Bit Mode 80 #include oled_samsung.asm ; Attached in 80-System 8-Bit Mode
81 #include aa_wordprocessor.asm ; New antialiased word processor and fonts 81 #include aa_wordprocessor.asm; New antialiased word processor and fonts
82 #include color_processor.asm ; Color image drawing. 82 #include color_processor.asm ; Color image drawing.
83 #include dump_screen.asm ; Copy screen contains to serial interface 83 #include dump_screen.asm ; Copy screen contains to serial interface
84 #include valconv.asm ; outputs to POSTINC2 84 #include valconv.asm ; outputs to POSTINC2
85 #include eeprom_rs232.asm ; Internal EEPROM and RS232 Interface 85 #include eeprom_rs232.asm ; Internal EEPROM and RS232 Interface
86 #include menu_custom.asm ; Menu "Custom FunctionsI" and "Custom FunctionsII" 86 #include menu_custom.asm ; Menu "Custom FunctionsI" and "Custom FunctionsII"