What does the assembly instruction trap do?
问题 "RTFM" A program typically issues a software trap when the program requires servicing by the operating system. The general exception handler for the operating system determines the reason for the trap and responds appropriately. Is the assembly instruction trap alike the instruction TRAP in BASIC? The answer seems to be yes. Can you accept or reject my conclusion? Code for "no interruption" is according to my instructions: noint: PUSH r8 movia r8,0x003b683a # machine code for TRAP ldw et,-4