flat assembler
Message board for the users of flat assembler.
Index
> Windows > Coming in from the cold... |
Author |
|
revolution 31 Dec 2007, 12:52
A1: The basline instructions are all the same. But MMX, SSE*, 3DNOW support differs between CPU's.
A2: stosb is a baseline instruction. All CPU's can do it. A3: Try this before you change back to mode 3 Code: mov ah,0 ;wait for a key before exiting int 16h A4: Check the AMD and Intel websites for the specs. |
|||
31 Dec 2007, 12:52 |
|
vid 31 Dec 2007, 13:24
|
|||
31 Dec 2007, 13:24 |
|
sittingduck 31 Dec 2007, 23:50
Thank you very much, just what i need
|
|||
31 Dec 2007, 23:50 |
|
sittingduck 31 Dec 2007, 23:54
and btw...
this does no work why? org 256 mov ax,$13 int $10 plot: mov al,255 mov bx,160 mov cx,100 push $a000 pop es push ax mov ax,320 mul cx add ax,bx mov di,ax pop ax stosb mov ah,0 ;wait for a key before exiting int 16h mov ax,$03 int $10 int 20h |
|||
31 Dec 2007, 23:54 |
|
sittingduck 01 Jan 2008, 00:47
revolution wrote: A1: The basline instructions are all the same. But MMX, SSE*, 3DNOW support differs between CPU's. What are the baseline instructions? If i want my code to work on all PCs should i avoid MMX,SSE and 3DNOW? |
|||
01 Jan 2008, 00:47 |
|
vid 01 Jan 2008, 10:50
Quote: What are the baseline instructions? those which are present on every processor since 386 Quote: If i want my code to work on all PCs should i avoid practically all new processor has MMX present (it's there since around Pentium Pro I think). But generaly yes, if you use only "baseline instructions", you won't have problems |
|||
01 Jan 2008, 10:50 |
|
revolution 01 Jan 2008, 10:58
sittingduck wrote: and btw... |
|||
01 Jan 2008, 10:58 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.