From 1709408ea71f2b5c1f6939e35e9a7625593430db Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 8 Aug 2004 11:14:26 +0000 Subject: [PATCH] Added some comments --- compiler/scasm/plugin.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/scasm/plugin.asm b/compiler/scasm/plugin.asm index 7db0ed2e..ccc57db9 100755 --- a/compiler/scasm/plugin.asm +++ b/compiler/scasm/plugin.asm @@ -10,10 +10,10 @@ halt 0 ;Return point for end .NATIVE - get_user_name - register_plugin - register_concmd - server_print + get_user_name ;id, buffer[], maxLen + register_plugin ;name[], version[], author[] + register_concmd ;cmd[], callback[], access, descr[] + server_print ;fmt[], ... .DATA Plugin db PLUGIN