Answer the question
In order to leave comments, you need to log in
Real low-level assembly language programming?
Hello.
I have been very drawn to assembler lately, but the fact is that I do not know how to use it correctly, and the syntax is not the same, it does not light me up.
Let's say I'm writing an assembler program that writes text to a file. I use WinApi, which results in some high-level code that does not appeal to me.
In what cases can you write in assembler like in DOS? That is, what would the code look like:
(Looks pretty high-level, I don’t see assembler here. It’s like I’m writing in C ++)
invoke CreateFile, ...
invoke WriteFile, ...
invoke CloseHandle, ...
mov ds, 09h
mov ax, message
int 21h
Answer the question
In order to leave comments, you need to log in
the syntax is not the same, it does not light me up.
it turns out some high-level code that does not attract me.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question