flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 12 Feb 2011, 18:18
Code: mulb equ aad divb equ aam |
|||
![]() |
|
edfed 12 Feb 2011, 18:44
none.
Code: mulb equ byte 0D4h divb equ byte 0D5h aad equ mulb,10 aam equ divb,10 something like this, because AAM and AAD are composed by the opcode 0D4h/0D5h followed by immediate value 10 |
|||
![]() |
|
revolution 12 Feb 2011, 18:59
Did you try it? It works:
Code: mulb equ aad divb equ aam mulb 5 divb 34 |
|||
![]() |
|
edfed 12 Feb 2011, 19:13
cool, then, no more need for this mnemonic operation.
i suggested it just because some reading about instruction set pointed me this fact. |
|||
![]() |
|
ouadji 12 Feb 2011, 19:40
bscc brcc bccc (bit set/reset/complement if conditions) Code: bsnz eax,12 |
|||
![]() |
|
revolution 12 Feb 2011, 19:42
ouadji wrote: bscc brcc bccc (bit set/reset/complement if conditions) |
|||
![]() |
|
ouadji 12 Feb 2011, 19:47
I am a programmer not a microprocessor designer. and also the semiconductors implantation ? |
|||
![]() |
|
revolution 13 Feb 2011, 01:38
ouadji wrote: I am a programmer not a microprocessor designer. edfed was suggesting an alternate mnemonic for an existing opcode, which is easily doable with fasm. You appear to be suggesting completely new opcodes that the CPU doesn't have. |
|||
![]() |
|
ouadji 13 Feb 2011, 10:56
Quote: You appear to be suggesting completely new opcodes that the CPU doesn't have. i see no need and no utility to create an alternate mnemonic for an opcode that already exists. |
|||
![]() |
|
revolution 13 Feb 2011, 12:10
ouadji wrote: i see no need and no utility to create an alternate mnemonic for an opcode that already exists. |
|||
![]() |
|
ouadji 13 Feb 2011, 16:39
the exception that proves the rule ? ![]() hummm ... another one ? |
|||
![]() |
|
revolution 13 Feb 2011, 16:50
JA == JNBE
There are more. Lots more. |
|||
![]() |
|
edfed 13 Feb 2011, 18:10
retn = ret
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.