What is the translation of " STACK POINTER " in Indonesian?

[stæk 'pointər]
[stæk 'pointər]
stack pointer
penunjuk tumpukan
penunjuk stack

Examples of using Stack pointer in English and their translations into Indonesian

{-}
  • Computer category close
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
R13 is the Stack Pointer(SP).
R1( alias SP) adalah stack pointer.
Change only the low 8 bits of the stack pointer.
Hanya ubah 8 bit bawah dari stack pointer.
Stack Pointer is initialized to 07h after reset.
Pointer stack diawali di alamat 07 h setelah reset.
SP(or R13) is the stack pointer.
R1( alias SP) adalah stack pointer.
Change the stack pointer without disabling interrupts.
Ubah stack pointer tanpa menon-aktifkan interups.
R13, or SP, is the stack pointer.
R1( alias SP) adalah stack pointer.
The Stack Pointer holds the location of the top of the stack..
Pointer stack menunjukkan posisi paling atas dari stack..
First operand to. restore must be stack pointer sp.
Operan pertama ke. restore harus berupa stack pointer sp.
When the function returns, the stack pointer is moved back to free the allocated area.
Ketika fungsi kembali, penunjuk tumpukan dipindahkan kembali untuk membebaskan area yang dialokasikan.
The register used toaccess the stack is called the SP(stack pointer) register.
Register tersebut digunakan untukmengakses stack ini diberi nama register SP( Stack Pointer).
In the 8051, the stack pointer(SP) points to the last used location of the stack..
Dalam 8051 SP( Stack Pointer) adalah menunjuk pada alamat ujung dari stack tersebut.
The stack often works in closetandem with a special register on the CPU named the stack pointer.
Tumpukan sering bekerjaberdekatan dengan register khusus pada CPU bernama penunjuk tumpukan.
The Stack Pointer is used to indicate where the next value to be removed from the stack should be taken from.
SP digunakan untuk menunjukkan di mana harga berikutnya yang akan diambil dari stack.
The address register for8-bit addresses can be either the Stack Pointer or R0 or R1 of the selected register bank.
Register alamat untuk 8bit yang dapat dipakai adalah R0 dan R1 dari bank register, atau Stack Pointer.
Process descriptor pointer of current(running)process can be accessed quickly from stack pointer.
Keuntungan dari hal ini adalah pointer dari deskriptor proses dari proses yang sedang berjalan( running)dapat diakses dengan cepat menggunakan stack pointer.
Each push stores the value at the current location of the stack pointer and decreases the stack pointer.
Setiap Dorong menyimpan nilai pada lokasi saat ini dari penunjuk tumpukan dan mengurangi penunjuk tumpukan.
A pop retrieves the value pointed to by the stack pointer and then increases the stack pointer don't be confused by the fact that adding a value to the stack decreases the stack pointer and removing a value increases it.
SEBUAH pop mengambil nilai yang ditunjukkan oleh penunjuk tumpukan dan kemudian meningkatkan penunjuk tumpukan jangan bingung dengan fakta itu menambahkan nilai ke tumpukan menurun penunjuk tumpukan dan menghapus sebuah nilai meningkat saya t.
It has seven 8-bit registers(six of which could be combined into three 16-bit registers),a 16-bit stack pointer to memory(replacing the 8008's internal stack), and a 16-bit program counter.
Di dalamnya terdapat tujuh register 8- bit( enam diantaranya bisa digabungkan ke dalam tiga register 16- bit),sebuah penunjuk stack( SP) dalam memori( menggantikan stack internal dalam 8008) dan sebuah pencacah program( PC) 16- bit.
The Unix loader's tasks include: validation(permissions, memory requirements etc.); copying the program image from the disk into main memory; copying the command-line arguments on the stack; initializing registers(e.g.,the stack pointer); jumping to the program entry point_start.
Tugas pemuat Unix meliputi: validasi( izin, persyaratan memori, dan lain-lain); menyalin program gambar dari cakram ke memori utama; menyalin argumen baris perintah pada stack; menginisialisasi register(misalnya stack pointer); melompat ke titik awal program _start.
It had seven 8-bit registers(six which could also be combined as three 16-bit registers),a 16-bit stack pointer to memory which replaced the 8008's internal stack and a 16-bit program counter.
Di dalamnya terdapat tujuh register 8- bit( enam diantaranya bisa digabungkan ke dalam tiga register 16-bit), sebuah penunjuk stack( SP) dalam memori( menggantikan stack internal dalam 8008) dan sebuah pencacah program( PC) 16- bit.
Always use Dynamic Realigned Argument Pointer(DRAP) to realign stack.
Selalu gunakan Dynamic Realigned Argument Pointer( DRAP) untuk realign stack.
Freeing a block from the stack is nothing more than adjusting one pointer.
Membebaskan blok dari tumpukan tidak lebih dari menyesuaikan satu penunjuk.
Later, when the function returns, the old instruction pointer is popped from the stack and execution resumes at the code just after the call to the function.
Kemudian, ketika fungsi kembali, pointer instruksi lama muncul dari stack dan eksekusi dilanjutkan pada kode tepat setelah panggilan ke fungsi.
This makes it really simple to keep track of the stack,freeing a block from the stack is nothing more than adjusting one pointer.
Ini membuatnya sangat mudah untuk melacak tumpukan;membebaskan blok dari tumpukan tidak lebih dari menyesuaikan satu penunjuk.
When a function is called the CPU usesspecial instructions that push the current instruction pointer, i.e. the address of the code executing on the stack.
Ketika suatu fungsi disebut CPU menggunakaninstruksi khusus yang mendorong arus penunjuk instruksi, yaitu alamat kode yang dieksekusi di tumpukan.
Computer programs typically have a stack called a call stack which storesinformation relevant to the current function such as a pointer to whichever function it was called from, and any local variables.
Program komputer biasanya memiliki tumpukan yang disebut a sebut tumpukan yangmenyimpan informasi yang relevan dengan fungsi saat ini seperti penunjuk ke fungsi mana yang dipanggil, dan setiap variabel lokal.
Besides the static constants described above, many procedural languages such as Ada and C++ extend the concept of constantness toward global variables that are created at initialization time,local variables that are automatically created at runtime on the stack or in registers, to dynamically allocated memory that is accessed by pointer, and to parameter lists in function headers.
Selain static constants dijelaskan di atas, banyak prosedural bahasa seperti Ada dan C++ memperluas konsep constantness terhadap variabel global yang diciptakan pada saat inisialisasi,variabel lokal yang secara otomatis dibuat saat runtime pada stack atau di register, untuk dinamis dialokasikan memori yang diakses oleh pointer, dan daftar parameter dalam header fungsi.
The stack is faster because the access pattern makes it trivial to allocate and deallocate memory from it(a pointer/integer is simply incremented or decremented), while the heap has much more complex bookkeeping involved in an allocation or deallocation.
Tumpukan lebih cepat karena pola akses membuatnya sepele untuk mengalokasikan dan mengalihkan memori dari itu( pointer/ integer hanya bertambah atau dikurangi), sedangkantumpukan memiliki pembukuan yang jauh lebih kompleks yang terlibat dalam alokasi atau dealokasi.
Data created on the stack can be used without pointers.
Data yang dibuat di stack dapat digunakan tanpa pointer.
In languages like C/ C++,structs and classes can often remain on the stack when you're not dealing with pointers.
Dalam bahasa seperti C/ C++,struct dan kelas sering dapat tetap berada di stack ketika Anda tidak berurusan dengan pointer.
Results: 36, Time: 0.0365

Word-for-word translation

Top dictionary queries

English - Indonesian