comparison code_part1/OSTC_code_asm_part1/MAIN.ASM @ 330:447390289f47 ScreenDump

NEW screen_dump serial command (l)
author JeanDo
date Tue, 10 May 2011 03:18:20 +0200
parents 9581e48a914f
children 797e2ac42d24
comparison
equal deleted inserted replaced
329:1adcfb4b4c27 330:447390289f47
86 #include math.asm ; mathematical functions 86 #include math.asm ; mathematical functions
87 #include wait.asm ; waitroutines 87 #include wait.asm ; waitroutines
88 #include oled_samsung.asm ; Attached in 80-System 8-Bit Mode 88 #include oled_samsung.asm ; Attached in 80-System 8-Bit Mode
89 #include aa_wordprocessor.asm ; New antialiased word processor and fonts 89 #include aa_wordprocessor.asm ; New antialiased word processor and fonts
90 #include color_processor.asm ; Color image drawing. 90 #include color_processor.asm ; Color image drawing.
91 #include dump_screen.asm ; Copy screen contains to serial interface
91 #include valconv.asm ; outputs to POSTINC2 92 #include valconv.asm ; outputs to POSTINC2
92 #include eeprom_rs232.asm ; Internal EEPROM and RS232 Interface 93 #include eeprom_rs232.asm ; Internal EEPROM and RS232 Interface
93 #include menu_custom.asm ; Menu "Custom FunctionsI" and "Custom FunctionsII" 94 #include menu_custom.asm ; Menu "Custom FunctionsI" and "Custom FunctionsII"
94 #include menu.asm ; Main Menu and Setup Menu 95 #include menu.asm ; Main Menu and Setup Menu
95 #include menu_reset.asm ; Submenu "Reset" 96 #include menu_reset.asm ; Submenu "Reset"