flat assembler
Message board for the users of flat assembler.

Index > Tutorials and Examples > Recognizing and Avoiding Disassembled Junk - article

Author
Thread Post new topic Reply to topic
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 22 Dec 2017, 13:17
I found this article and I think will be a good resource for users of FASM:
Recognizing and Avoiding Disassembled Junk
Post 22 Dec 2017, 13:17
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
Mike Gonta



Joined: 26 Dec 2010
Posts: 243
Mike Gonta 22 Dec 2017, 18:10
catafest wrote:
I found this article and I think will be a good resource for users of FASM:
The PUSHA and POPA instructions provide a mechanism to save the state of all the registers to the stack. This provides a potentially convenient macro-like instruction for assembly language programmers. It is complicated by the fact that it also stores and restores the stack pointer itself, which eliminates its potential use of allowing a lazy coder to blindly store registers at the start of a function and restore them at the end of the function.

_________________
Mike Gonta
look and see - many look but few see

https://mikegonta.com
Post 22 Dec 2017, 18:10
View user's profile Send private message Visit poster's website Reply with quote
catafest



Joined: 05 Aug 2010
Posts: 129
catafest 24 Dec 2017, 11:31
I'm very weak in assembler programming and I'm not focusing on this area - it's just a refreshment point like an active pause in my contributions to this forum ...
Post 24 Dec 2017, 11:31
View user's profile Send private message Visit poster's website Yahoo Messenger Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.