PDA

Click to See Complete Forum and Search --> : Wow...


Sophtware
Sep 13th, 2000, 11:48 PM
Is it true that ASM is what is used to program microwaves and stuff like that?

kb244
Sep 15th, 2000, 12:12 PM
ASM = Assembly, Assembly is a very low level programming language, like one step up from machine code, it works with macros that represent the CPU instructions, so nearly 100% of electronics are programed in Assembly, unless it has built in software more complicated (like Windows or Linux on a Machine) a Microwave, Calculator, etc are all written in some form of ASM, for example, a TI-85, 83, 86, and 89, have a ROM written in Z-80 Assembly. so Assembly is a lowlevel language that directly represents the exact CPU Calls. So any Device that has the software built into the Chip or Rom itself is going to be written in ASM, no big surprise about that.

parksie
Sep 16th, 2000, 03:47 PM
Okay...calm it down here...

HarryW
Sep 16th, 2000, 05:03 PM
So do you program PICs with ASM then? Or is it just EEPROM?