I believe the following sequence of Assembly Language code is Intel x86 based but I am not sure.
JMPC
SET_W
SET_SW
SET_W
What do SET_W and SET_SW do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s been a few years since I’ve done any Assembly (college, Motorola 68k too) but it looks like SET_W can be an alias for SETW which is a looping mode subroutine to write the word value (the ‘W’ part of SET_W) to all components of a block. SET_SW may be for short word or byte? I’m taking a stab at the last part there. Here’s the link I found: RTF/68k Syntax