• 2024-07-06gnu inline asm
    :::indexasmkeyword,assemblylanguageinC,inlineassemblylanguage,mixingassemblylanguageandC:::HowtoUseInlineAssemblyLanguageinCCodeTheasmkeywordallowsyoutoembedassemblerinstructionswithinCcode.GCCprovidestwoformsofi
  • 2024-06-16Nature Methods | 二倍体基因组组装工具hypo-assembler
    近日,Wing-KinSung(宋永健)博士在NatureMethods发文CreatingdiploidassembliesfromNanoporeandIlluminareadswithhypo-assembler,报道其开发的基因组组装新工具hypo-assembler,该工具可以利用Nanopore和Illuminareads将二倍体基因组组装成两套单倍型。关于KinSung:作为
  • 2024-03-05java反编译工具CFR使用
    java-jarcfr-0.151.jar--helpjava-jarcfr-0.151.jarWindupClasspathTypeLoader.class结果输出到out文件夹java-jarcfr-0.151.jarWindupClasspathTypeLoader.class--outputpath./out反编译jar文件,结果输出到output_jar文件夹Desktopjava-jarcfr-0.151.jar
  • 2023-12-07Assembler Annotations (翻译 by chatgpt)
    原文:https://www.kernel.org/doc/html/latest/core-api/asm-annotations.html汇编注释版权所有(c)2017-2019JiriSlaby本文档描述了汇编中用于注释数据和代码的新宏。特别是,它包含了关于SYM_FUNC_START、SYM_FUNC_END、SYM_CODE_START等的信息。缘由一些代码,比如入口点、跳板
  • 2023-09-068086完整指令集
      8086的完整指令集,参考《MicrosoftMacroAssemblerReferenceManual》                   
  • 2022-12-13counting the number of 1-bits
    Chapter5.CountingBits-Hacker’sDelight,SecondEdition[Book](oreilly.com)TheIBMStretchcomputer(about1960)hadameansofcountingthenumberof1
  • 2022-10-27if 和三元表达式的区别
    在C语言层面除了写法以外没什么区别。inta=5;a==0?puts("x"):puts("z");if(a==0){puts("x");}else{puts("z");}在汇编语言层面上有一
  • 2022-08-25Assembler Instructions with C Expression Operands
    UsingtheGNUCompilerCollectionForgccversion4.9.3 (GNUToolsforARMEmbeddedProcessors)Inanassemblerinstructionusingasm,youcanspecifytheope