ooops
This commit is contained in:
parent
d718561a9c
commit
8c4a96a9f6
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
;;VIDEO
|
;;VIDEO
|
||||||
%define TRAM 0xB8000 ; [T]ext[RAM]
|
%define TRAM 0xB8000 ; [T]ext[RAM]
|
||||||
%define VRAM 0xA0000 ; [V]ideo[RAM]
|
|
||||||
%define VGA_HEIGHT 80
|
%define VGA_HEIGHT 80
|
||||||
|
|
||||||
;; GLOBAL DATA
|
;; GLOBAL DATA
|
||||||
|
@ -38,19 +37,6 @@ VGA_X32 dq 0
|
||||||
VGA_HEIGHT64 dq VGA_HEIGHT
|
VGA_HEIGHT64 dq VGA_HEIGHT
|
||||||
VGA_X dq 0
|
VGA_X dq 0
|
||||||
|
|
||||||
|
|
||||||
testf:
|
|
||||||
push rsi
|
|
||||||
push rbx
|
|
||||||
mov esi, teststr
|
|
||||||
mov bl, 0xF
|
|
||||||
call write
|
|
||||||
pop rsi
|
|
||||||
pop rbx
|
|
||||||
ret
|
|
||||||
teststr: db "Salut",0
|
|
||||||
|
|
||||||
|
|
||||||
;-----------------------------------------------------------------------;
|
;-----------------------------------------------------------------------;
|
||||||
; x64/LM Clear Text Screen Function ;
|
; x64/LM Clear Text Screen Function ;
|
||||||
;-----------------------------------------------------------------------;
|
;-----------------------------------------------------------------------;
|
||||||
|
|
Loading…
Reference in New Issue