News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Variable output

Started by Timofeyka, July 13, 2021, 10:42:32 PM

Previous topic - Next topic

Timofeyka

#30
Quote from: Timofeyka on July 14, 2021, 04:46:38 AM
Quote from: jj2007 on July 14, 2021, 04:45:23 AM
Quote from: Timofeyka on July 14, 2021, 04:43:05 AMI just work with assembler only to create a mini-OS for i386

You made my day :mrgreen:
str $ is only intended for converting to a string, but without it nothing is output - at the same time, Uasm / JWasm and C functions do not suit me, is there any other option?
I used kip irvines library before, but I need to have access to both print and WriteString, and they conflict
http://easyprogramminglanguage.rf.gd/

Timofeyka

Quote from: jj2007 on July 14, 2021, 04:45:23 AM
Quote from: Timofeyka on July 14, 2021, 04:43:05 AMI just work with assembler only to create a mini-OS for i386

You made my day :mrgreen:
As strange as it may sound, thank you for not answering) They made me read the MASM32 documentation, and it said that you need to specify the string address! :greenclp:
http://easyprogramminglanguage.rf.gd/

jj2007

RTFM is an essential rule for becoming a successful programmer :thumbsup: