Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/12/04 05:41
Read: times


 
#75787 - RE: ASM routines libraries?
Responding to: ???'s previous message
I'm not sure what IS "all over there" (in all that different locations instead in one convenient place) but what I'd like to see...

Core and stdlib.h:
Casting (signed-unsigned, char-float, int-float, float-int, float-char, atoi(), atof(), some more I've forgotten.)
all of int(16bit) operators like +,-,*,/, ++, --, %, &, |, ~, >>, <<, *= etc. Same about float.
Relations: >, <, >=, <=, <>, ==
rand, srand, maybe more.
BCD casts.

string.h:
mostly all.

math.h
all.

stdio.h, io.h: All that makes sense in assembler.

regex.h - some basic regex support.

termios.h - all settings of serial/paralell ports.

time.h - quite a lot...

Most of the varioust useful routines found in the "Code Library".

Certainly much more, but right now it's too early in the morning and thinking hurts.

List of 9 messages in thread
TopicAuthorDate
ASM routines libraries?            01/01/70 00:00      
   RE: ASM routines libraries?            01/01/70 00:00      
   RE: ASM routines libraries?            01/01/70 00:00      
      RE: ASM routines libraries?            01/01/70 00:00      
         RE: ASM routines libraries?            01/01/70 00:00      
      RE: ASM routines libraries?            01/01/70 00:00      
   RE: ASM routines libraries?            01/01/70 00:00      
      RE: ASM routines libraries?            01/01/70 00:00      
   RE: ASM routines libraries?            01/01/70 00:00      

Back to Subject List