Exetools

Exetools (https://forum.exetools.com/index.php)
-   Source Code (https://forum.exetools.com/forumdisplay.php?f=46)
-   -   [ASM] Helper function for type inline static messages (https://forum.exetools.com/showthread.php?t=18755)

dosprog 04-15-2018 12:14

[ASM] Helper function for type inline static messages
 
1 Attachment(s)
This is a WIN32 example of printing static messages, the lines of which are located directly in the code behind the call of the printing procedure.
This is an old style, widely used in DOS-programs.

Example of usage:
Quote:

call msg_out
db 'Printed by msg_out PROC',0Dh,0Ah ,0

call msg_out
db 'Press <Enter> key...',0Dh,0Ah ,0

call wait_key

call msg_box
db 'Testing of msg_box PROC:' ,0
db 'Printed by msg_box PROC',0Dh,0Ah ,0


All times are GMT +8. The time now is 16:01.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX