Skip to content

AnDumu/Measuring-ASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Measuring-ASM

Visual Studio 2022 C++

How to test it, in file archivo.txt

[Incremetar EAX]
40					;inc eax
C3					;ret

[Incrementar ECX]
41					;inc ecx
C3					;ret

Between [ you have a description, below the opcodes (machine code), don't forget to include the C3 (ret) and you can also add comments.

image

About

Visual Studio 2022 C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages