Home
last modified time | relevance | path

Searched refs:AddToDisComment (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80.c1462 AddToDisComment(d, "Z180 instruction"); in AddToDisCommentZ180()
1466 void AddToDisComment(DISZ80 *d, char *str) in AddToDisComment() function
1600 AddToDisComment(d, buf); in AddToDisRel8()
1628 AddToDisComment(d, "Undocumented"); in AddToDisUndoc()
1635 AddToDisComment(d, "Undocumented"); in AddToDisUndocNop()
1672 AddToDisComment(d, "Unknown opcode"); in AddToDisUnknown()
1674 AddToDisComment(d, Comment); in AddToDisUnknown()
H A Ddissz80p.h74 void AddToDisComment(DISZ80 *d, char *str);
H A Dscript.c267 AddToDisComment(d, (char *)str); in d_AddComment()