comp.lang.misc
  Home FAQ Contact Sign in
comp.lang.misc only
 
Advanced search
June 2008
motuwethfrsasuw
      1 22
2345678 23
9101112131415 24
16171819202122 25
23242526272829 26
30       27
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.lang.misc Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: asm + memory in windows         


Author: Rod Pemberton
Date: Jul 5, 2008 03:30

"rio" wrote in message
news:486f4063$0$40313$4fafbaef@reader5.news.tin.it...
> "rio" ha scritto nel messaggio
> news:484a2470$0$40221$4fafbaef@reader5.news.tin.it...
>> /* ritorna puntatore [<=> CF==0] tutto ok, se ritorna 0 [<=> CF==1]
errore
>> /* u32* Realloc_sys(u32* Pm, i32 sz)
>> /* 0k,4j,8i,12b,16ra,20P_p,24P_sz
>> Realloc_sys:
>> >> b=[s+20]|a=[s+24]|k=[s+24]|a<>0| >> b==0#.1
>> [__imp_VirtualQuery](b,Mem_info,28)
>> [Mem_info]!=b#.e|i=a|D[Mem_info+16]==MEM_COMMIT#.1
> ^^^^
> i=[Mem_info+12]
>
>> .0: b#.6
>> .ok: clc|#.f
>> .e: a^=a|stc|#.f ...
Show full article (3.21Kb)
2 Comments
  CLIS 0.9.0         


Author: thagor2008
Date: Jun 30, 2008 03:14

Version 0.9.0 of CLIS (C Like Interpreted Script) has been released.
Its an interpreted lanaguage with system programming features such as
process control, TCP sockets etc.

http://www.ogham.demon.co.uk/zips/clis090.tgz

B2003
no comments