Курсовая работа: Текстовий редактор під Windows
h_idm_clear:
moveax,WM_CLEAR
jmp short send_to_editor
h_idm_paste:
moveax,WM_PASTE
jmp short send_to_editor
h_idm_copy:
moveax,WM_COPY
jmp short send_to_editor
h_idm_cut:
moveax,WM_CUT
jmp short send_to_editor
h_idm_undo:
moveax,EM_UNDO
send_to_editor:
pushebx; 0
pushebx; 0
pusheax
pushh_editwindow
callSendMessage
ret
; обработчик IDM_NEW
h_idm_new:
callsave_contents; запишем файл если нужно
movbyte ptr flag_untitled,1
callset_title; отметим что файл не назван
pushebx
pushebx
pushWM_SETTEXT