List of TI-84 z80 assembly calls?

I’m looking for a list of TI-83/84 assembler functions/calls. I’ve been unable to find one, as well as a list of TI-Basic functions for z80 assembler code. Does anyone know where I can find these? It’s straightforward to find the z80 assembly instructions, but the calculator-specific differences are hard to track down.

// TI-83/84 Assembler code

ld a,b
add hl,bc
jp (hl)

Unfortunately, I don’t have a direct answer to your question. However, I suggest checking out the TI-83/84 Assembler Development page on ticalc.org (https://www.ticalc.org/programming/asm/83/). This page has a lot of resources and information that may help you find the list of TI-83/84 assembler functions/calls and TI-Basic functions for z80 assembler code that you are looking for.