Log Base/A5/BufPtr/MemTop

This commit is contained in:
Elliot Nunn 2018-01-06 09:59:29 +08:00
parent 27a860eef3
commit a3bfccdb99
1 changed files with 34 additions and 19 deletions

View File

@ -545,14 +545,7 @@ LogProgress SET 1 ; SET to 1 (at any point) to spam NanoKernel log
movem.l @progRegs, -(sp)
IF LogProgress THEN
; MOVE.L a5,-(SP) ; C arg 3: (long)value = globals
BSR DirtyWork
MOVE.L $10C,-(SP) ; C arg 3: (long)value = BufPtr
BSR DirtyWork
MOVE.L $108,-(SP) ; C arg 3: (long)value = MemTop
BSR DirtyWork
bsr DumpStuff
pea @str + 1 ; c string
move #-3, -(sp)
@ -700,17 +693,6 @@ PositionStack
lea BootGlobals.initialSP(a5), sp
bra.s SkipDirtyWork
DirtyWork
MOVE.L (sp), a0
MOVE.L 4(sp), a1
MOVE.L a1, (sp)
MOVE.L a2, 4(sp)
MOVE.L #3,-(SP) ; C arg 2: (short)howWide /* want 8 hex digits */
MOVE #-2,-(SP) ; C arg 1: (short)selector /* to print hex */
DC.W $AA7F
RTS
SkipDirtyWork
; ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
@ -3015,6 +2997,39 @@ PatchComponentManager Progress
move.l sp,a0 ; pass those parameters
_Launch
bra.s SkipDirtyWork
DumpStuff
PEA BootCode ; C arg 3: (long)value = globals
MOVE.L #3,-(SP) ; C arg 2: (short)howWide /* want 8 hex digits */
MOVE #-2,-(SP) ; C arg 1: (short)selector /* to print hex */
DC.W $AA7F
MOVE.L a5,-(SP) ; C arg 3: (long)value = globals
MOVE.L #3,-(SP) ; C arg 2: (short)howWide /* want 8 hex digits */
MOVE #-2,-(SP) ; C arg 1: (short)selector /* to print hex */
DC.W $AA7F
MOVE.L $10C,-(SP) ; C arg 3: (long)value = BufPtr
MOVE.L #3,-(SP) ; C arg 2: (short)howWide /* want 8 hex digits */
MOVE #-2,-(SP) ; C arg 1: (short)selector /* to print hex */
DC.W $AA7F
MOVE.L $108,-(SP) ; C arg 3: (long)value = MemTop
MOVE.L #3,-(SP) ; C arg 2: (short)howWide /* want 8 hex digits */
MOVE #-2,-(SP) ; C arg 1: (short)selector /* to print hex */
DC.W $AA7F
rts
SkipDirtyWork
StartProcessMgr
; The Process Mgr. is structured like an application (a bunch of code segments), but