-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 4.57 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 4.57 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="canonical" href="https://tarunregmi.github.io/opcode"><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@tarunregmi" /><meta name="twitter:title" content="Opcode Table Of Intel 8085 Microprocessor | Tarun Regmi" /><meta name="twitter:description" content="Opcode table for 8085 microprocessor with pdf download. Complete list of opcodes of Intel 8085 microprocessor and more..." /><meta name="twitter:image" content="https://repository-images.githubusercontent.com/653073623/a0b99492-3cf6-41fd-a0d0-dea7822b9b79" /><meta property="og:type" content="website" /><meta property="og:title" content="Opcode Table Of Intel 8085 Microprocessor | Tarun Regmi" /><meta property="og:description" content="Opcode table for 8085 microprocessor with pdf download. Complete list of opcodes of Intel 8085 microprocessor and more..." /><meta property="og:url" content="https://tarunregmi.github.io/opcode" /><meta property="og:image" content="https://repository-images.githubusercontent.com/653073623/a0b99492-3cf6-41fd-a0d0-dea7822b9b79" /><meta name="keywords" content="tarun regmi, tarunregmi, intel 8085 microprocessor opcode table, what is opcode in 8085 microprocessor, opcode sheet for 8085 microprocessor pdf, microprocessor 8085 opcode sheet with description pdf, opcode table in assembly language, opcode and operand in 8085 microprocessor"><link rel="icon" type="image/svg+xml" href="/assets/img/icon-logo.svg" /><script src="./assets/exec.js" defer></script><script src="./assets/script.js" defer></script><title>Opcode Table Of Intel 8085 Microprocessor | Tarun Regmi</title><style>@import url(https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body,html,main{width:100%;height:100%;overflow:hidden}body{padding:0 4vw;color:#dfdfdf;font-family:Play;background:#242429;display:flex;flex-flow:row nowrap;justify-content:center}main{width:max-content;display:grid;grid-template-columns:auto;grid-template-rows:max-content auto max-content}main>div{height:100%;overflow:hidden}#intro{width:min-content;padding:11vh 1vw 8vh}#topic{white-space:nowrap}#descr{padding-top:15px;text-align:justify;line-height:150%;word-spacing:.1em}a{color:inherit}b{position:relative;display:inline-block}b::before{content:"";position:absolute;z-index:-1;inset:-1px;border-radius:4px;transform:scaleX(0);transform-origin:bottom left;background-color:#636300;animation:hi 7s 5s ease forwards}#download{border-bottom:1px solid}#download::before{animation-delay:13s}@keyframes hi{0%{transform:scaleX(0)}10%,90%{transform:scaleX(1)}100%{transform:scaleX(0);transform-origin:bottom right}}#table{color:#bbb;margin:0 1vw;overflow:scroll;border-radius:10px;border:2px solid #777;scrollbar-width:none;scroll-behavior:smooth}#table::-webkit-scrollbar{display:none}table{width:100%;text-align:center;border-collapse:collapse}#thead{top:0;left:0;color:#00dcff;position:sticky;background:#fff3;backdrop-filter:blur(10px)}th{padding:10px 0}td{padding:5px 0}#search{padding:5vh 1vw 2vh}#inputs{display:flex;overflow:hidden;border-radius:7px;flex-flow:row nowrap;background-color:#111;border:2px solid #777}input{color:#bbb;font-weight:600;font-size:1.1rem;font-family:inherit;padding:11px;border:none;outline:0;background:#0000}#command{width:80%}#bar{position:relative}#bar::after{content:"";position:absolute;left:100%;top:50%;height:55%;background:#777;border:1px solid #777;transform:translate(-50%,-50%)}#opcode{width:20%;color:#999}@media (max-width:600px){main{width:100%}#intro{width:100%}#topic{white-space:normal}}@media (max-width:414px){#intro{padding:5vh 1vw 8vh}#command{width:70%}#opcode{width:30%}th{padding:15px 0}}@media (max-height:640px){#intro{padding:5vh 1vw}}</style></head><body><main><div><div id="intro"><h1 id="topic">8085 Microprocessor Opcode Table</h1><p id="descr">You can view the complete table of opcodes or use the search box to find the opcode of a particular mnemonic. For example, type "<b>add a</b>" or "<b>mvi a</b>" or "<b>inx ...</b>" Or <a href="./assets/opcode.pdf" download><b id="download">Download PDF</b></a>.</p></div></div><div id="table"><table><thead id="thead"><tr><th>S.N.</th><th>Mnemonics</th><th>Opcode</th></tr></thead><tbody id="tbody"></tbody></table></div><div id="search"><div id="inputs"><input id="command" type="text" placeholder="Enter Mnemonics"> <i id="bar"></i> <input id="opcode" type="text" placeholder="Opcode" readonly></div></div></main></body></html>