Short: Fast Assign all your assigns+asm source Author: Rafal 'Rafik' Konkolewski (rafik@mat29_1.univ.gda.pl) Version: 3.3 Type: util/sys Uploads: Rafal 'Rafik' Konkolewski (rafik@mat29_1.univ.gda.pl) Requires: Kickstart v38 or higher Short assembly program with all assign can be done in one command. Source included so You can add your own assigns. Should work on kick 2.0 but not testet! Its Freeware! replace for commands: makedir ram:T Assign >NIL: ENV: sys:ENV Assign >NIL: T: RAM:T Assign >NIL: CLIPS: DH0:T/Clipboards Assign >NIL: REXX: S: ;!This one no Assign >NIL: PRINTERS: DEVS:Printers Assign >NIL: KEYMAPS: DEVS:Keymaps Assign >NIL: LOCALE: SYS:Locale Assign >NIL: LIBS: SYS:Classes ADD ;!This one no Assign >NIL: HELP: dh0:Help DEFER Install: Remove commands below and add fastassign in your startup-sequece Usage example: fastassign ARGONLY Sources: dh3:prg/asm/sources mui: sys:mui etcetc... ARGONLY turn off build in assigns (see below) It works same as assign so you should have problems. BTW don't need to add ':' in first argument ex: sources hd1:prg/asm/... will work same as sources: hd1:.... Email: rafik@mat29_1.univ.gda.pl or brainiax@manta.univ.gda.pl Sorry about my english hope you can understand me...:))) Somebody insist my to do version with can also get line assign so here is it. Also another guy wrote to me saying that he do same program with same name, & send it to aminet with source so now i change the name to FastAssignPlus :) hope he like it. History: Version 3.3 Handles also line output Sources written in my way. Use Trashm'one cos asm can not handle my specyfic macros 'ml (a0,d0.w),d0' won't work in asm the ',' is treated as next argument for macro. Trashm'one work good, anyone have new version of it ? send me...