flat assembler
Message board for the users of flat assembler.
Index
> Main > Newbie beep question |
Author |
|
Ren 07 Aug 2007, 07:50
Anyway, when I need those simple utilities like cls or clrscr, beep...
for console mode, where do I look? Ren |
|||
07 Aug 2007, 07:50 |
|
Yardman 07 Aug 2007, 08:21
[ Post removed by author. ]
Last edited by Yardman on 04 Apr 2012, 02:27; edited 2 times in total |
|||
07 Aug 2007, 08:21 |
|
Ren 08 Aug 2007, 13:22
Hello Yardman,
Thanks, my hardware had a problem. Everything works now, Beep I mean. Could not answer before, fasm was down. Do You know what to use for a clearscreen in console mode? Greetings, Ren |
|||
08 Aug 2007, 13:22 |
|
DJ Mauretto 08 Aug 2007, 13:54
Quote:
Code: ;************ ;* CLS.asm * ;************ format pe console include 'win32ax.inc' .code start: cinvoke system,"cls" ; put here any Dos Command try with Dir and so on invoke ExitProcess,0 data import library kernel32,'kernel32.dll',\ msvcrt,'msvcrt.dll' import kernel32,\ ExitProcess,'ExitProcess' import msvcrt,\ system,'system' end data |
|||
08 Aug 2007, 13:54 |
|
Ren 08 Aug 2007, 17:40
Thank You very much DJ Mauretto
I did not know that it was possible to use dos commands with fasm! Greetings, Ren |
|||
08 Aug 2007, 17:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.