flat assembler
Message board for the users of flat assembler.
Index
> Main > prosedures |
Author |
|
Madis731 26 Mar 2005, 22:36
Maybe its not the lag, but the buffer size in winamp - I've 20second buffer and every change that affects the input is echoed after 20seconds
About your question: Code: proc foo,bar1,bar2 mov al,ah endp |
|||
26 Mar 2005, 22:36 |
|
Gmakermaniac!!! 27 Mar 2005, 15:11
no, my computer's not that bad, it was just an exadration... oh well. Anyway, your code dosen't seem to work for me. perhaps I have an outdated version of fasm. I'll get the new one and edit in a few minutes
it still dosen't work =0 _________________ ____________________ my computer lags so much, that when I move the volume dial on my speakers, it takes several seconds for me to hear the difference |
|||
27 Mar 2005, 15:11 |
|
JohnFound 27 Mar 2005, 17:37
Gmakermaniac!!! wrote: no, my computer's not that bad, it was just an exadration... oh well. Anyway, your code dosen't seem to work for me. perhaps I have an outdated version of fasm. I'll get the new one and edit in a few minutes It maybe worths to check examples comming with FASMW. There are wide using of "proc" macro. BTW, did you include the needed macro libraries, particulary "stdcall.inc"? Regards |
|||
27 Mar 2005, 17:37 |
|
Gmakermaniac!!! 28 Mar 2005, 01:48
no
I'm such a n00b, but I can't get this working Code: include 'STRCALL.INC' _________________ ____________________ my computer lags so much, that when I move the volume dial on my speakers, it takes several seconds for me to hear the difference |
|||
28 Mar 2005, 01:48 |
|
JohnFound 28 Mar 2005, 05:52
Gmakermaniac!!!, you MUST check the examples. The include row should look like this:
Code: include "%fasminc%/win32a.inc" ; if you want to use all Win32 includes. ; or include "%fasminc%/macro/stdcall.inc" ; if you want to use only stdcall.inc library. Also, read here: http://board.flatassembler.net/topic.php?t=2765 for proper setting of %fasminc% environment variable. Regards. |
|||
28 Mar 2005, 05:52 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.