assembly
-
Alpha 通用64位立即数装载
Alpha 立即数装载方式 1. 使用立即数装载指令 2. 使用访存指令从内存装载 Alpha 立即数装载指令 * lda 格式:lda ra, imm16(rb) 功能:val(ra) = val(rb) + sign_extend_to_64bit(imm16) *ldah 格式:ldah ra, imm16(rb) 功能:v …阅读全文 -
Goroutine调度实例简要分析
前两天一位网友在 微博 私信我这样一个问题: 抱歉打扰您咨询您一个关于 Go 的问题:对于goroutine的概念我是明了的,但很疑惑goroutine的调度问题, 根据《 Go语言编程 》一书:“当一个任务正在执行时,外部没有办法终止它。要进行任务切换,只能通过由该任务自身调用yield()来主动出让CPU使用权。” 那么,假 …阅读全文
-
Perf笔记(五)——显示具体函数的profiling信息
在使用 [代码片段] 命令显示 [代码片段] 的结果时: 按 [代码片段] 可以显示当前函数的 [代码片段] 信息以及汇编指令: …阅读全文
-
IDBA-MT: 元转录组数据拼装工具
标题: IDBA-MT: De Novo Assembler for Metatranscriptomic Data Generated from Next-Generation Sequencing Technology 摘要: High-throughput next-generation sequencing technology provides …阅读全文 -
IDBA-UD: 针对单细胞以及元基因组的序列组装软件
标题: IDBA-UD: a de novo assembler for single-cell and metagenomic sequencing data with highly uneven depth 摘要: Motivation: Next-generation sequencing allows us to sequence reads fr …阅读全文 -
Miniasm+Racon:快速准确完成三代测序数据拼装
标题: Fast and accurate de novo genome assembly from long uncorrected reads 摘要: The assembly of long reads from Pacific Biosciences and Oxford Nanopore Technologies typically requir …阅读全文 -
Assembly Loop
Assembly Loop eryar@163.com 我觉得循环指令是程序的核心,是计算机不厌其烦地执行机械、重复枯燥劳动的基础。本文来学习下汇编程序中的LOOP指令。Loop指令的格式是:loop 标号,CPU执行loop指令的时候,要进行两步操作: v (cx)=(cx)-1 v 判断cx中的值,不为零则转到标号处执行程序,如果为零则向下执 …阅读全文
-
Our review of the eigengenome partitioning paper
Below is our first review of the paper Detection of low-abundance bacterial strains in metagenomic datasets by eigengenome partitioning by Brian Cleary et al., recently published in Nature Biot …阅读全文 -
GNU assembler’s assembly directives
http://cs.mtu.edu/~mmkoksal/blog/?x=entry:entry120116-130037 …阅读全文 -
GNU assembler’s assembly directives
http://cs.mtu.edu/~mmkoksal/blog/?x=entry:entry120116-130037 …阅读全文