Compile and link huge ASM program

Par Eugeny_Brychkov

Paragon (1232)

Portrait de Eugeny_Brychkov

18-09-2011, 20:30

Hi guys, I have a huge program, about 500K code in size (with comments). Are there any ASM compilers and linkers which can handle such a size? Output binary code is not expected to exceed 32KiB. Splitting into smaller chunks is not desirable as there're a lot of interlinks. Any suggestions?

!login ou Inscrivez-vous pour poster

Par wolf_

Ambassador_ (10088)

Portrait de wolf_

18-09-2011, 21:53

Cross-dev?

Par ARTRAG

Enlighted (6923)

Portrait de ARTRAG

18-09-2011, 22:04

Hitech C v7.8p2 has a nice assembler and linker
My projects are about 1M and the result is 128K or 512K

Par Eugeny_Brychkov

Paragon (1232)

Portrait de Eugeny_Brychkov

18-09-2011, 22:55

Please describe where to get it and how to use it (in email). Thanks in advance!

Par sd_snatcher

Prophet (3642)

Portrait de sd_snatcher

18-09-2011, 23:03

I do recommend SjASMPlus. It's an excellent assembler, and I use it for all my projects now.

Par retrocanada76

Hero (542)

Portrait de retrocanada76

18-09-2011, 23:50

Well in last case you can use sed or any other reg exp to remove the comments, right ?