Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
A set of tools related to assembly language programming.
...The tools include:
- the Asm::X86 Perl module,
- AsmDoc - an HTML documentation generator for assembly language,
- Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/),
- converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as,
- converters from C/C++ header files to assembly language header files,
- make4fasm - a Makefile generator for fasm,
- Linux-2.6 kernel module helpers for fasm and NASM,
- macros for Autoconf (https://www.gnu.org/software/autoconf/),
- pieces of code that may be useful for starting developing a simple operating system.
...
...You can use it in C/C++ (usable and compilable with Visual Studio, GCC, MinGW, DigitalMars, BorlandC, WatcomC, SunForte, Pelles C, LCC), in assembler (usable with masm32 and masm64, nasm, fasm, GoAsm) in C#, in Python3, in Delphi, in PureBasic and in WinDev. You can use it in user mode and kernel mode.
strmx was created by tao.tang316 and implemented in NASM, which is an open source implementation of mini-string library (including simple checking codes).