Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - derpat

Pages: [1]
1
Projects / Re: fooling around with php
« on: September 09, 2013 »
hey,

thanks for the reply.
maybe anyone got more information about the php-demoscene? google just finds one good hit and its a bit outdated  :-\

2
Projects / fooling around with php
« on: September 09, 2013 »
hi all,

i tried to do some gfx stuff with php and thats what came around:

http://asm.16-bit.tk/demo1/index.php?a=1

it has a random generator for html color codes.

i know its laggy, but i dont know how to fix it.

how you like it?  :)

*fixed link

3
Projects / Re: 3x gfx stuff from me
« on: August 24, 2013 »
i just done that with the text routine:


http://www.youtube.com/watch?v=QbkcrKSrxqk

4
Projects / Re: 3x gfx stuff from me
« on: August 24, 2013 »
sorry for the late answer, but that works great  ;D
but slowly im running out of ideas for demo coding...

5
Projects / Re: 3x gfx stuff from me
« on: July 23, 2013 »
Quote

Hi,
Wellcome on board!

Try using int21:

Eg.:
Code: [Select]

 mov ah,9
 mov dx,text
 int 0x21

text db 'http://www.dbfinteractive.com/',0x24


when i try this in my sourcecode, the program just crashes.
heres my sourcecode:
Code: [Select]
org 0x100
mov ax,13h
int 10h
  mov ah,0Ch
  mov al,0
  mov cx,1
  mov dx,0
int 10h
jmp go
go:
inc dx
inc cx
int 10h
cmp dx,+50
jne go
je go2
go2:
inc al
mov ah,9
mov dx,text
int 21h
jmp go
text db 'http://www.dbfinteractive.com/',0x24

any idea why?

6
isnt there something like pouet.net for beginners anywhere?

7
Projects / 3x gfx stuff from me
« on: July 22, 2013 »
hi,
i just started asm some day ago and want hear your opinion.



i tried to paint some letters in asm, but its very difficult and it needs alot of math, someone know a easier way?
heres the file:

http://www.speedshare.org/download.php?id=4CAEDDDE1



my first project, pixels with changing colors:

http://www.speedshare.org/download.php?id=49EFEE2E1



and my last, just changing colors go from left to right:

http://www.speedshare.org/download.php?id=5F1FD32E1



edit: my newewst addition: different colors:

http://speedshare.org/download.php?id=AFFC9DA41

how do you like it? if you want i can upload the source too...
you need dosbox to run the files.

8
thats pretty nice

9
General chat / Re: The Welcoming Committee
« on: July 20, 2013 »
hi, i just found this board and registered. i like all the demo stuff and im just learning assembler.
iam 27y old and from germany.
if you have any questions, feel free to PM me.

Pages: [1]