flat assembler
Message board for the users of flat assembler.
Index
> Tutorials and Examples > AOXXXGoto page Previous 1, 2, 3, 4, 5 |
| Author |
|
|
avcaballero 22 Jul 2025, 08:11
Thank you
_________________ Siempre aprendiendo |
|||
|
|
avcaballero 23 Jul 2025, 19:54
In the case anyone is interested, I have found an interesting page on PQ-Torus Knot and has some initiating steps on it that I have been followed making some programs to see what they do. The attached zip contains both the source and compiled code.
- TorusKnotWC01.c. The first step drawing a circle. - TorusKnotWC01b.c. The same seen in 3D. - TorusKnotWC02.c. Now let's mix it up a bit by oscillating along y. - TorusKnotWC03.c. Change it to also oscillate radially... - TorusKnotWC04.c. Now make it loop around three times. At this point we have just made a (3,8 )-torus knot. Regards.
_________________ Siempre aprendiendo |
|||||||||||
|
|
avcaballero 04 Jan 2026, 20:07
Hello, a tiny hangman game example with full fasm 64 bits source code.
_________________ Siempre aprendiendo |
|||||||||||
|
|
Picnic 04 Jan 2026, 21:21
Very nice, avcaballero!
Screenshot from Windows 11.
When I deliberately tried to crash the app by smashing random keys… I think I actually managed it! |
|||
|
|
avcaballero 04 Jan 2026, 22:36
Thank you for testing it, Picnic _________________ Siempre aprendiendo |
|||
|
|
edfed 05 Jan 2026, 01:11
good
|
|||
|
|
avcaballero 05 Jan 2026, 08:01
Thank you
|
|||
|
|
avcaballero 08 Apr 2026, 11:21
Hello an old tunnel demo in Linux. Source code included. Compile with "gcc X11_Tunnel.c -o X11_Tunnel -lX11 -lm"..
Edit: I have added the possibility of exiting by clicking on the ESC key, as it should be.
_________________ Siempre aprendiendo |
|||||||||||
|
|
avcaballero 10 Apr 2026, 23:56
Hello. Here it is an example on Linux X11+nasm width libc for a floor demo. When I have time I will make the fasm version too.
It would be nice if someone had the time to prove both codes I have attached. The difference between them is that one waits for XPending and the other don't. What I'm trying to determine is whether this wait makes the code run more smoothly, without stuttering, or not. Something like the vertical retrace wait. At first glance, I'd say they're the same. Perhaps more trained eyes than mine could see a difference. If no difference were noticeable, I wouldn't see the need for that wait. Thank you.
_________________ Siempre aprendiendo Last edited by avcaballero on 11 Apr 2026, 11:10; edited 1 time in total |
||||||||||||||||||||
|
||||||||||||||||||||
|
avcaballero 11 Apr 2026, 11:04
Hello. Here it is the fasm version.
_________________ Siempre aprendiendo |
|||||||||||
|
|
avcaballero 12 Apr 2026, 14:42
macgub wrote:
That's because you don't have the X11 libraries. You have to install them. For do so, you have first to update your system (Debian/Ubuntu) Code:
sudo apt update
sudo apt install libx11-dev _________________ Siempre aprendiendo |
|||
|
|
macgub 12 Apr 2026, 15:47
Nice! Thanks a lot!!
|
|||
|
|
avcaballero 12 Apr 2026, 16:12
You're welcome
_________________ Siempre aprendiendo |
|||
|
|
edfed 13 Apr 2026, 20:40
good, i have then the same basis to start fool in linux. i used the floor demo for gdi to start the win version of fool.
|
|||
|
| Goto page Previous 1, 2, 3, 4, 5 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2026, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.