Subversion Repositories Kolibri OS

Rev

Rev 551 | Rev 3905 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 551 Rev 2526
Line 517... Line 517...
517
    call gen_image
517
    call gen_image
518
    push edx
518
    push edx
519
    mov  eax,8
519
    mov  eax,8
520
    movsx edx, byte [map]
520
    movsx edx, byte [map]
521
    add  edx,9		    ;button-id = map-pos + 10;gen_image inkrements
521
    add  edx,9		    ;button-id = map-pos + 10;gen_image inkrements
-
 
522
    add  edx,0x80000000     ;first delete previous button
-
 
523
	mcall
-
 
524
    movsx edx, byte [map]
-
 
525
    add  edx,9		    ;button-id = map-pos + 10;gen_image inkrements
522
    add  edx,0x50000000     ;no button image - no esi need
526
	add  edx,0x50000000     ;no button image - no esi need
523
    mcall
527
    mcall
524
    pop  edx
528
    pop  edx
525
    push ebx
529
    push ebx
526
    push ecx
530
    push ecx