0 Members and 2 Guests are viewing this topic.
:Input "PRGM?", Str1:asm(prgmStr1
:Input PRGM?", Str1:asm(Str1
*Sigh*can we keep this on topic? The topic is about what the big thing might be, NOT SEX
:Input "PRGM?",Str1:"Asm(prgm"+Str1->Str1:expr(Str1
:Input "PRGM?",Str1:If Str1="ASM1":Then:Asm(prgmASM1:End:If Str1="ASM2":Then:Asm(prgmASM2:End:If Str1="ASM3":Then:Asm(prgmASM3:End
If the assembly program isn't that large you can even have it all in the same program:[code]:Input "PRGM?",Str1:If Str1="ASM3":Then:AsmPrgm:HEX CODE:End
Code: [Select]If the assembly program isn't that large you can even have it all in the same program:[code]:Input "PRGM?",Str1:If Str1="ASM3":Then:AsmPrgm:HEX CODE:End[/code]
Quote from: ScoutDavid on December 18, 2010, 01:05:10 pmCode: [Select]If the assembly program isn't that large you can even have it all in the same program:[code]:Input "PRGM?",Str1:If Str1="ASM3":Then:AsmPrgm:HEX CODE:End[/code]You can't do that. Programs are either ASM or BASIC, not a combination. Running that program would give you a syntax error at the AsmPrgm, since it's not actually a command.
Quote from: Deep Thought on December 18, 2010, 01:06:53 pmQuote from: ScoutDavid on December 18, 2010, 01:05:10 pmCode: [Select]If the assembly program isn't that large you can even have it all in the same program:[code]:Input "PRGM?",Str1:If Str1="ASM3":Then:AsmPrgm:HEX CODE:End[/code]You can't do that. Programs are either ASM or BASIC, not a combination. Running that program would give you a syntax error at the AsmPrgm, since it's not actually a command.Really? had no idea. Sorry, then :S
I swear I posted in here, or maybe it was a different topic. Asm(Hex would only work in Axe. In Doors CS it would be the ExecAsm( command (I forgot the real(number, equivalent).
Quote from: DJ Omnimaga on December 21, 2010, 02:17:50 pmI swear I posted in here, or maybe it was a different topic. Asm(Hex would only work in Axe. In Doors CS it would be the ExecAsm( command (I forgot the real(number, equivalent).Err... Isn't ExecAsm( used with identity(? real( is for xLib, and xLib doesn't have ExecAsm( - Celtic III has...Or do you mean the Omnicalc real(?