1Find below some markdown to html converter link:
2https://markdowntohtml.com/
3https://dillinger.io/
4https://www.browserling.com/tools/markdown-to-html
1Kindly refer below link to convert html to markdown
2https://www.browserling.com/tools/html-to-markdown
1mov al, 0xff
2mov bx, 0xff
3mov ecx, 0xff
4mov rdx, 0xff
5
6; mov al, bl No Error
7; mov cx, ebx Error
8
9; untuk perpindahan registers ke registers adalah dengan tipe registers yang sama
10; al dengan al | atau al dengan ah
11; ax dengan ax
12; eax dengan eax
13; rax dengan rax
14