Mercurial > hg > Members > kono > nitros9-code
comparison level2/modules/kernel/falltsk.asm @ 1241:716c84dca8e4
Source enhancements
author | boisy |
---|---|
date | Wed, 06 Aug 2003 18:56:08 +0000 |
parents | 90bad6d8388c |
children | c90c8b615f8c |
comparison
equal
deleted
inserted
replaced
1240:cd2122359eb9 | 1241:716c84dca8e4 |
---|---|
48 ldx <D.TskIPt get task image table pointer | 48 ldx <D.TskIPt get task image table pointer |
49 lslb account for 2 bytes/entry | 49 lslb account for 2 bytes/entry |
50 stu b,x save DAT image pointer in task table | 50 stu b,x save DAT image pointer in task table |
51 cmpb #2 is it either system or GrfDrv? | 51 cmpb #2 is it either system or GrfDrv? |
52 bhi L0C9F no, return | 52 bhi L0C9F no, return |
53 ldx #$FFA0 update system DAT image | 53 ldx #DAT.Regs update system DAT image |
54 lbsr L0E93 go bash the hardware | 54 lbsr L0E93 go bash the hardware |
55 L0C9F puls cc,d,x,u,pc | 55 L0C9F puls cc,d,x,u,pc |
56 | 56 |
57 * F$ResTsk entry point | 57 * F$ResTsk entry point |
58 FResTsk bsr L0CA6 | 58 FResTsk bsr L0CA6 |