Linux Nasm
Linux Assembler and C/C++ programming

Advanced Search
Toggle Navigation
  • Home
  • Source code
  • Projects
  • Snippets
  • Resources
  • Websites
  • Include files
  • Books
  • License
  • Sitemap
  • You are here:  
  • Home
  • Snippets

Snippets

  • C-CPP functions
    • ftok.asm
    • pagesize.asm
  • Date and time
    • leapyear.asm
    • daysinmonth.asm
    • quadrimester.asm
    • semester.asm
    • shiftedmonth.asm
    • trimester.asm
  • Conversion
    • Number bases
      • Binary to BCD
        • nibblebin2bcd.asm
        • bytebin2bcd.asm
        • wordbin2bcd.asm
        • dwordbin2bcd.asm
        • qwordbin2bcd.asm
      • BCD to ASCII
        • nibblebcd2ascii.asm
        • bytebcd2ascii.asm
        • wordbcd2ascii.asm
        • dwordbcd2ascii.asm
        • qwordbcd2ascii.asm
      • BCD TO binary
        • nibblebcd2bin.asm
        • bytebcd2bin.asm
        • wordbcd2bin.asm
        • dwordbcd2bin.asm
        • qwordbcd2bin.asm
      • Binary to hexadecimal ASCII
        • nibblebin2hexascii.asm
        • bytebin2hexascii.asm
        • wordbin2hexascii.asm
        • dwordbin2hexascii.asm
        • qwordbin2hexascii.asm
      • Floating point Hexadecimal to BCD
        • fpuhex2bcd.asm
        • fpubcd2hex.asm
    • Strings
      • switchcase.asm
      • toupper.asm
      • tolower.asm
  • System
    • sleep.asm

  • Twitter
  • Facebook
  • LinkedIn
  • Instagram
  • Github

Back to Top

© 2022 agguro - linuxnasm - Assembly programming on Linux with NASM (and C/C++)