??? 02/23/08 20:41 Read: times |
#151353 - Not a C vs ASM thing Responding to: ???'s previous message |
Chris Bertrand said:
I think I'm much better in asm than C I don't think it's anything to do with 'C'; it's a basically cumbersome & inefficient design - irrespective of what language you choose to implement it! In assembler, surely, you wouldn't have attempted to embed each phrase into a separate function, and have to copy and paste the entire function with its data just to add another phrase - would you? It's a basic principle of software design to keep the program and data separate - whatever language you use! |