mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
att
This commit is contained in:
parent
82109a9cc3
commit
1d73ec6fd6
@ -5,10 +5,15 @@
|
|||||||
; Main function
|
; Main function
|
||||||
;
|
;
|
||||||
main:
|
main:
|
||||||
|
call showoff
|
||||||
|
ret
|
||||||
|
|
||||||
|
showoff:
|
||||||
call bswap_test
|
call bswap_test
|
||||||
call itoa_test
|
call itoa_test
|
||||||
call movzx_test
|
|
||||||
call str_test
|
call str_test
|
||||||
|
call movzx_test
|
||||||
|
ret
|
||||||
|
|
||||||
bswap_test:
|
bswap_test:
|
||||||
mov rdx, 0x1122334455667788
|
mov rdx, 0x1122334455667788
|
||||||
|
Loading…
Reference in New Issue
Block a user