D
D
Daniel2018-03-14 16:56:26
assembler
Daniel, 2018-03-14 16:56:26

Why doesn't anything work in assembler? Is sasm stuck dead?

Need to write a program that would add 1 + 2? Why does not a single example from already 10 sites work for me, I downloaded 3 sasm esm fasm compilers and besides the fact that in each example the syntax is completely different, none of them worked.
For example, sasm generally freezes completely,
And why are there 3 different forms of include
@include "dfdf"
include `dsds`
include dekde

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2018-03-14
@freeExec

Keep under x86

mov eax, 1
add eax, 2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question