From: b0506018 AT KINNO (student) Subject: How to use 'interrupt' ? To: djgpp@[128.153.12.3] Date: Sat, 30 Jul 1994 17:29:54 +0800 (CST) Hi, How do I use registers directly in function ? In BC++, i can use 'interrupt' , but in gcc .... like this: int interrupt aaa(ds,si,......) Gcc will tell you there are many errors !? What do I do with that ?