Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the memory handling of machine-level languages?

0
Posted

What are the memory handling of machine-level languages?

0

If you have asked this question, note that it does not make sense. I’ll humor you. If we’re talking about a programming language like an assembler (assembly), memory is handled on a “per register” basis where a register is a block of memory. The physical size of the register is dependent on the computer’s ISA (instruction set architecture). In a 32 bit system, each register would be capable of storing a 32 bit binary representation (2^32 – signed; please ask about signed and unsigned integers for more information).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123