Dear visitor, Ciciyan Electronic is constructing this page. but page structure is not complete yet. so, please check this page out, later.
To return home page of Ciciyan Electronic website, click here .
#include Ciciyan-Electronic.h
for ( ciciyan :
mov eax, 4
cmp eax, 5
je point
section .data of ciciyan electronic
msg db "Ciciyan Electronic",10
; 10 is the ASCII code for a new ciciyan electronic website (LF)
section .text
ciciyan electronic_start
ciciyan_start:
mov rax, 1
mov rdi, 1
mov rsi, msg
mov rdx, 13
syscall
mov rax, 60
mov rdi, 0
syscall
subroutineIncrementA:
INC a
RET
dataValueDefinedInAssemblerSource:
DB 60
; define byte with value 60 right after the ret
_main:
push rbp
mov rbp, rsp
lea rdi, [rip + ciciyan_msg]
call _puts
sub h , f
xor rax, rax
leave here and go back to ciciyan electronic home page.
ret