answersLogoWhite

0


Best Answer

access and update in one instruction.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is increment and auto decrement register addressing mode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is auto increment and auto decrement mode?

access and update in one instruction.


What is the advantage of auto indexing?

If you are referring to the use of the auto-increment/decrement operator, it is expressed more simply, and in some hardware architectures it is a hard-wired machine instruction, resulting in a faster program.


What is auto increment addressing?

"Auto-increment" usually refers to automatically incrementing a field in a table to the next integer. This is usually used to create a unique key value for a record. The computer automatically puts the next value in the key field as soon as the record is created, so the user doesn't need to worry about that housekeeping feature.


How do you retrieve auto increment id in PHP and MySQL?

When creating the MySQL database select "Auto-Increment" on the "Extras" bar.


Auto static extern register?

Storage classes.


What is meant by the storage class of a variable?

auto, extern, static, register, typedef (only formally)


Is it possible to set a default values to a primary key which is auto increment?

In Mysql: No You will get error :Invalid default value for 'id'


Where can one find information about cash register car insurance?

You can find information about cash register car insurance at Auto Insurance Quotes, Auto Insure, Direct General, Manta, Insurance Lower and Cash Register Insurance.


Do you have to get a pa drivers license to register your auto in pa?

Yes, you do.


Do you have to register your AK 47?

Depends on the laws where you are. If it is a semi auto, there is no Federal law requiring registration. Full auto, yes.


How do you retrieve data from database in lifo manner?

Just give an auto increment value in a column and retrive it in order dec. Then you get output in lifo order


What is the difference between auto storage class and register storage class?

register behaves like auto class but auto variables are actually local variables.They are created when the functions are created but they are destroyed when the fns is exited.But register-variables are used to speed up the operations