|
|
Assembler programming section |
|
|
- The only one language, the programmers could speak is swearing and railing.
- Computer do that things, we told him, but not that things, we wanted.
- There are two ways, how to do error-free programs. But the third one is functional...
- Let's make it foolproof, and there is greater fool tommorow.
This is the most often actualized and my favourite section about Assembler.
You can find here some programs, source codes and so on.
You can try ASM Edit .
The program, what makes your programming more pleasant and effective.
I hope, there is at least something useful and if you have some admits, you can bare yours hearts at this e-mail: x-kure[at]post[dot]cz
Note: Files are in *.zip format.
 !! Assembler programming - Source codes !! |
Comparing of two strings |
|
|
Program waits until entring two string, it compares them and finally writes, if they are identical, if they have the same size, or they are different.
It is nice illustration, how to write programms without If, While and Case tags, which you can't use in Assembler.
|
Datum 2.9. 2002 |
Files |
|
| If you would like to create a new file and write there somethig, you should see this program...
|
Date 2.9. 2002 |
Number to ASCII |
|
| This program could transver value of the register to the number in ASCII. The principle is very easy and you should see it.
|
Date 2.9. 2002 |
ASCII table |
|
| You all know ASSCI tables. Here you have one in assembler.
|
Date 2.9. 2002 |
Find out the time |
|
It writes you, what is the time.
|
Date 2.9. 2002 |
From HEX to DEC |
|
| Program could transfer the number from hexadecimal number system to decimal number system.
|
Date 2.9. 2002 |
From DEC to HEX |
|
| Program could transfer the number from decimal number system to hexadecimal number system.
|
Date 2.9. 2002 |
Sound & NoSound |
|
| This program takes control of speaker. It is something like function of Pascal "Sound" and "NoSound" in Assembleru.
|
Date 2.9. 2002 |
Source codes 1 |
|
|
Source codes I found.... I thing, it could be interesting....
|
Date 2.9. 2002 |
Fire |
|
| What beautiful...fire animacion in assembler. Unfortunately...it is not mine source code :-(
|
Date 2.9. 2002 |
Freeze the Windows |
|
| This could freeze every win9x. What is the best it's size is 3 bytes.
|
Date 2.9. 2002 |
 !! 32bit programming - source codes !! |
ICZ Tutorials
|
|
| Downloaded examples from Iczelion's homepage about MASM32.
|
Date 2.9. 2002 |
Notepad |
|
| Source code of program, what should be smaller but the same, like Notepad in Windows.
|
Date 2.9. 2002 |
 !! Helps & textbooks !! |
Unfortunately, I have not a lot of things in englilsh....
ATHelp
|
|
| The most comprehensive electronical textbook about assembler in Czech.
|
Date 2.9. 2002 |
SYSMAN |
|
| One of the most comprehensive electronical textbook about assembler. (in Czech)
|
Date 2.9. 2002 |
Abshelp |
|
Next nextbook in Czech.
|
Date 2.9. 2002 |
Win32 help
|
|
| List of all WinAPI functions with description. Necessary, for everybody, who wants to write programs for Windows.
|
Date 2.9. 2002 |
 !! Articles about assember !! |
I can't remember any article in English. >-(
You can ask me: x-kure[at]post[dot]cz.
|