flat assembler
Message board for the users of flat assembler.
Index
> Main > arrays and string please help |
Author |
|
dickhead 30 Nov 2003, 12:49
can anybody help with arrays explanation. i dunno much (coz i'm a kid and a nuB too).
bla bla _________________ teach me or i'll dick ya. |
|||
30 Nov 2003, 12:49 |
|
art_sands 30 Nov 2003, 12:54
Hi dickhead,
Is something wrong with you? Why are you posting so much, even when it is not needed? Cut down on the crap boy. Regards, Art |
|||
30 Nov 2003, 12:54 |
|
silkodyssey 30 Nov 2003, 12:54
Do you understand how to use arrays in C or you don't know anything about arrays at all?
_________________ silkodyssey |
|||
30 Nov 2003, 12:54 |
|
roticv 30 Nov 2003, 12:59
string rb 50
string db "hello",0 |
|||
30 Nov 2003, 12:59 |
|
dickhead 30 Nov 2003, 13:01
thanks and good day roticv
how to use these in for loops and instring and others. bla bla _________________ teach me or i'll dick ya. |
|||
30 Nov 2003, 13:01 |
|
roticv 30 Nov 2003, 13:04
Have a look at :
http://board.win32asmcommunity.net/phpwiki/index.php/AllAboutStrings PS: Just too lazy to repeat what I have typed before. |
|||
30 Nov 2003, 13:04 |
|
silkodyssey 30 Nov 2003, 13:09
dickhead,
Didn't I suggest you read dr paul carter's asm tutorial at the win32asmboard. If you read that it will answer a lot of your questions. It's perfect for you seeing that you know C already. It's targetted to people who know C already and want to learn assembly language. It teaches asm by showing you how something that you do in C would be done is assembly. You should check it out. It's not long, under 200 pages I think. I know you're eager to start writing a lot of code but you have to take it one step at a time. dr paul carter's asm tutorial: http://www.drpaulcarter.com/pcasm/ _________________ silkodyssey Last edited by silkodyssey on 30 Nov 2003, 13:10; edited 1 time in total |
|||
30 Nov 2003, 13:09 |
|
dickhead 30 Nov 2003, 13:10
i see
but i dont understand one thing in example 1 what does or al, al do? it doesn't mean anything does it? HI silyodyssey are you odyssey from boardwin32 that tutorial uses nasm and i want to use fasm. how to do .code and .data in fasm? blabla _________________ teach me or i'll dick ya. |
|||
30 Nov 2003, 13:10 |
|
silkodyssey 30 Nov 2003, 13:18
In English its a test to determine if al has the value 0(with jz instruction). To understand how it works you need to read about logical operations. Here's a good link:
http://webster.cs.ucr.edu/Page_AoAWin/HTML/DataRepresentationa4.html#999290 _________________ silkodyssey |
|||
30 Nov 2003, 13:18 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.