Mercurial > hg > Members > kono > nitros9-code
comparison defs/os9defs @ 1626:c01a65c813ce
Definition files to use with as6809
author | boisy |
---|---|
date | Sat, 03 Jul 2004 00:02:14 +0000 |
parents | 0502edac451d |
children | e2ac12787e55 |
comparison
equal
deleted
inserted
replaced
1625:80cff44f7e07 | 1626:c01a65c813ce |
---|---|
292 SS.ComSt rmb 1 Getstat/SetStat for Baud/Parity | 292 SS.ComSt rmb 1 Getstat/SetStat for Baud/Parity |
293 SS.Open rmb 1 SetStat to tell driver a path was opened | 293 SS.Open rmb 1 SetStat to tell driver a path was opened |
294 SS.Close rmb 1 SetStat to tell driver a path was closed | 294 SS.Close rmb 1 SetStat to tell driver a path was closed |
295 SS.HngUp rmb 1 SetStat to tell driver to hangup phone | 295 SS.HngUp rmb 1 SetStat to tell driver to hangup phone |
296 SS.FSig rmb 1 new signal for temp locked files | 296 SS.FSig rmb 1 new signal for temp locked files |
297 SS.DSize equ SS.ScSiz Return disk size (RBF) | 297 SS.DSize equ SS.ScSiz Return disk size (RBF GetStat) |
298 SS.VarSect rmb 1 Variable Sector Size (called by RBF) | 298 SS.VarSect equ SS.DStat Variable Sector Size (RBF GetStat) |
299 | 299 |
300 * System Specific and User defined codes above $80 | 300 * System Specific and User defined codes above $80 |
301 org $80 | 301 org $80 |
302 SS.AAGBf rmb 1 SetStat to Allocate Additional Graphic Buffer | 302 SS.AAGBf rmb 1 SetStat to Allocate Additional Graphic Buffer |
303 SS.SLGBf rmb 1 SetStat to Select a different Graphic Buffer | 303 SS.SLGBf rmb 1 SetStat to Select a different Graphic Buffer |