flat assembler
Message board for the users of flat assembler.
Index
> Main > Where is the list of what everything does from mov to dd? |
Author |
|
revolution 14 Feb 2015, 05:57
Perhaps the first thing to realise is that you are conflating the assembler and the instruction set.
The instructions of the CPU (the ISA) are what the Intel manual is giving you. And the fasm manual is where the other things are that are related to the assembler, source code, macros, output formats, OS integration, etc. So you won't really be able to find such a list as a single resource because of the differing places that they are generated. Once you have digested the Intel manual (and the AMD manual also) then that will only take you as far as how the CPU works. After that you need to read the fasm manual (and other source code) to determine how to make a program and assemble it for your OS. |
|||
14 Feb 2015, 05:57 |
|
HaHaAnonymous 14 Feb 2015, 06:05
[ Post removed by author. ]
Last edited by HaHaAnonymous on 28 Feb 2015, 17:57; edited 1 time in total |
|||
14 Feb 2015, 06:05 |
|
l_inc 15 Feb 2015, 12:53
gemurdock
I guess you looked not good enough into the fasm manual, because it describes both the compiler-specific directives such as dd (see 1.2.2. Data Definitions) as well as the CPU architecture specific instructions (see 2.1 The x86 architecture instructions). These are reasonably not on the same list but are still in the same manual. _________________ Faith is a superposition of knowledge and fallacy |
|||
15 Feb 2015, 12:53 |
|
gemurdock 15 Feb 2015, 21:11
@revolution
Thanks you. @HaHaAnonymous What do the instruction sets do? Is this like 'mov' or 'add'? @I_inc Yup, I totally missed the data definitions. Thanks for pointing that out! They hid it right in the beginning! *--------------------------------------------------------------------------------------* Sorry about that everyone! I should have looked closer. _________________ 90AB5H |
|||
15 Feb 2015, 21:11 |
|
DOS386 02 Mar 2015, 08:40
> I am very new to assembly, so please forgive the dumbest
Welcome to the FASM forum > have the 3,500 page Intel instructions for all their processors There is even a book with 4'500 pages You might want to look into the FAQ http://board.flatassembler.net/topic.php?t=2530 http://board.flatassembler.net/topic.php?p=134818#134818 and the 80386 manual, the latest manuals indeed do fix a few errors, but add a huge amount of junk completely useless for beginners. |
|||
02 Mar 2015, 08:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.