Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/ccompiler/sources/cfinish.a @ 3257:987f995993c3
co80: Use HW port address from descriptor (via SCF and VTIO)
Change the driver code to not use a hardcoded address.
Change the value in the descriptor to the previously
hardcoded value in the driver. Looks like someone was debugging
a WordPak prototype using the cartridge ROM enable output...
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Wed, 29 Aug 2018 08:49:13 +0200 |
parents | 734862561313 |
children |
line wrap: on
line source
use ...../defs/os9defs.a psect cfinish_a,0,0,1,0,0 * normal exit - buffers flushed if there are any exit: lbsr _dumprof profile dump (if necessary) lbsr _tidyup * abnormal exit - no buffer flushing * the argument to either exit entry is taken to be the * F$EXIT status _exit: ldd 2,s get the exit status os9 F$EXIT and bye-bye! endsect