Cleaning up
This commit is contained in:
parent
3dd934bd83
commit
bbd80c4f78
1 changed files with 0 additions and 33 deletions
|
@ -229,39 +229,6 @@ rOSkalogodraw:
|
||||||
jmp hang
|
jmp hang
|
||||||
|
|
||||||
|
|
||||||
xor eax, eax
|
|
||||||
xor ebx, ebx
|
|
||||||
xor ecx, ecx
|
|
||||||
cloop:
|
|
||||||
push eax ;col
|
|
||||||
push ebx ;y
|
|
||||||
push ecx ;x
|
|
||||||
call putpixel
|
|
||||||
pop ecx
|
|
||||||
pop ebx
|
|
||||||
pop eax
|
|
||||||
|
|
||||||
inc ecx
|
|
||||||
cmp ecx, VWIDTH
|
|
||||||
jle cloop
|
|
||||||
|
|
||||||
xor ecx, ecx
|
|
||||||
inc ebx
|
|
||||||
cmp ebx, VHEIGHT
|
|
||||||
jle cloop
|
|
||||||
|
|
||||||
xor ebx, ebx
|
|
||||||
add eax, 5
|
|
||||||
cmp ax, 255
|
|
||||||
jle cloop
|
|
||||||
|
|
||||||
xor eax, eax
|
|
||||||
jmp cloop
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jmp hang
|
|
||||||
|
|
||||||
hang:
|
hang:
|
||||||
push .msg
|
push .msg
|
||||||
|
|
Loading…
Reference in a new issue