Re: some unanswered questions on C

From: Antoine Mathys (Antoine_DOT_Mathys_at_unifr_DOT_ch)
Date: 06/20/03


Date: Fri, 20 Jun 2003 00:11:15 +0200


> actually i am writing an assembler for 8051 microcontroller and for it
> i have to first finish my ground work by writing all my text procesing
> functions for macro substitution and line splicing etc...

No disrespect here,

<advice>
Do one step at a time, the first one being to read (with the exercises)
a good textbook on C. A random example : Kernighan W. and Ritchie M.,
The C Programming Language, second edition.

Read at least read chap. 5 on pointers and array, if not the whole thing.
</advice>

A.M.



Relevant Pages

  • Library Design, the script kiddies nightmare.
    ... good across the board of assembler programming. ... With languages that have the capacity, libraries of reusable code make ... comes at a cost that some of the older assembler programmers will not ... The virtue of writing code in this modular format is that you can use ...
    (alt.lang.asm)
  • Re: You can now play Wii downloads from SD cards
    ... the Wii could be constantly writing to a system log file for ... Nintendo engineers to look at if you need to send your Wii in for repair (no ... I'm not suggesting it's writing sensitive data in there - I mean more like ... First job, Dreamcast assembler, because Sega wouldn't ...
    (uk.games.video.misc)
  • Re: 6502 coders, betatesters?
    ... found myself writing an assembler, disassembler and emulator from ... So, hm, I ended up writing it in Javascript. ... (even though that Whiskey is down the road from me here in Kentucky). ...
    (comp.sys.oric)
  • Re: improve strlen
    ... assembler has no peers in terms of size and speed. ... The arguments against writing assembler are usually the development ... I am also not without criticism of current C compiler design in terms ...
    (comp.lang.asm.x86)
  • Re: writing a compilers
    ... written their own assembler. ... Though many open source assemblers exist and one could argue that there is no real reason for writing ... Creating a modern assembler requires a lot of advanced compiler knowledge, again that most beginning to intermediate programmers ... ADK will allow a programmer to concentrate on the interesting and fun parts of writing an assembler (e.g., ...
    (alt.lang.asm)