Mercurial > hg > Members > kono > nitros9-code
view lib/kreiderclib/intercept.as @ 3100:ed4c9b04f74e
makefile: Remove hg update commands
We don't want makefiles to play with mercurial commands.
Particularly not when we are about to push a snapshot.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 28 Feb 2016 21:37:42 +0100 |
parents | 1647f1874cdf |
children |
line wrap: on
line source
* Disassembly by Os9disasm of intercept.r * OS-9 system function equates F$Icpt equ $09 section bss * Uninitialized data (class B) B0000 rmb 2 * Initialized Data (class G) endsect section code intercept: pshs u tfr y,u ldx 4,s stx B0000,y leax >L0016,pcr os9 F$Icpt puls u lbra _sysret L0016 tfr u,y clra pshs d jsr [B0000,y] leas 2,s rti endsect