Ассемблер win32 консольное приложение / Assembler win32 console programm
Пример консольной программы, работающей под win32win64 операционными система, с использованием winAPI. Компилятор FASM.
help - Выводит на экран текст с списком команд.
An example of a console program running under win32 win64 operating system using winAPI. FASM compiler.
Test commands were created to display the health:
help - Displays text with a list of commands.
clear - Clears the screen.
title - Changes the name of the console window.
quit - Exit the program.
-----------------------------------------------------------------------------------------------------------
Использованы WinAPI функции:
(Used WinAPI functions:)
- AllocConsole
- FreeConsole
- CreateFile
- WriteFile
- ReadFile
- SetConsoleTitle
- FillConsoleOutputCharacter
- SetConsoleCursorPosition
- ExitProcess
Исходник:
(Source:)
http://catcut.net/tAPB
Ютуб канал:
https://www.youtube.com/ТипаПрограммист
Сайт проекта:
http://neosoft.pp.ua
help - Выводит на экран текст с списком команд.
An example of a console program running under win32 win64 operating system using winAPI. FASM compiler.
Test commands were created to display the health:
help - Displays text with a list of commands.
clear - Clears the screen.
title - Changes the name of the console window.
quit - Exit the program.
-----------------------------------------------------------------------------------------------------------
Использованы WinAPI функции:
(Used WinAPI functions:)
- AllocConsole
- FreeConsole
- CreateFile
- WriteFile
- ReadFile
- SetConsoleTitle
- FillConsoleOutputCharacter
- SetConsoleCursorPosition
- ExitProcess
Исходник:
(Source:)
http://catcut.net/tAPB
Ютуб канал:
https://www.youtube.com/ТипаПрограммист
Сайт проекта:
http://neosoft.pp.ua
Assembler |
Windows NT/2000/XP/Vista/7
Автор: Типа Программист
Дата: 04.08.2019
Скачать readme.zip (501)