helloworld VS z88dk

Compare helloworld vs z88dk and see what are their differences.

z88dk

The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries. (by z88dk)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
helloworld z88dk
4 6
20 860
- 4.0%
3.4 9.9
10 months ago 6 days ago
Assembly Assembly
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

helloworld

Posts with mentions or reviews of helloworld. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-27.
  • Hjalfi writes Hello World for CP/M seven times[ASM,C,Fortran,COBOL,BASIC,Forth] [video]
    1 project | news.ycombinator.com | 17 Dec 2023
    If you're interested in that sort of thing, I wrote Hello World using 6 different methods in Assembler for Raspberry Pi. Even if not using a Raspberry Pi, it might be of interest to anyone that wants to understand what the difference is between the various clib methods, (puts, write, etc.).

    https://github.com/ksaj/helloworld

  • Ask HN: Has anyone used assembly recently?
    1 project | news.ycombinator.com | 3 Sep 2023
    Here is something I did that your son might be interested in. It is simply Hello World, but done 6 different ways using ARM assembly language.

    https://github.com/ksaj/helloworld

    I did a lot of Assembly language programming in the 90's, on Intel, but I haven't really since then. Still a fan of it though.

  • 6 Different Ways to Print Hello World in Assembler on a Raspberry Pi
    1 project | news.ycombinator.com | 29 Jul 2023
  • Assembler on Raspberry Pi
    2 projects | news.ycombinator.com | 27 Jul 2023
    I did some experimenting with RPi assembler, since I used to do a lot of x86 assembler throughout the 90's. If you're interested, here are 6 completely different ways to print Hello World in Assembler for the Raspberry Pi.

    https://github.com/ksaj/helloworld

    I kept the code as close to each other in format and style as possible, so comparisons are easier to make. I don't really know the benefits and drawbacks to each method, but they are there and available, so I sleuthed them out and got them working.

z88dk

Posts with mentions or reviews of z88dk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.

What are some alternatives?

When comparing helloworld and z88dk you can also consider the following projects:

raspi3-tutorial - Bare metal Raspberry Pi 3 tutorials

devkitSMS - development kit and libraries for SEGA Master System / SEGA Game Gear / SEGA SG-1000 / SEGA SC-3000 homebrew programming using C language (and the SDCC compiler)

0x01-ARM-32-Hacking-Hello-World - ARM 32-bit Raspberry Pi Hacking Hello World example in Kali Linux.

sjasmplus - Command-line cross-compiler of assembly language for Z80 CPU.

rgbds - Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color

gbdk-2020 - An updated version of GBDK, C compiler, assembler, linker and set of libraries for the Nintendo Gameboy, Nintendo Entertainment System, Sega Master System, Sega Game Gear.

llvm-I8080 - LLVM Compiler Backend for Intel 8080 and LC-2200

printf - Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.

lighthouse-of-doom - A simple text-based adventure game

swieros - A tiny hand crafted CPU emulator, C compiler, and Operating System

wcc - wo4mei3's c compiler written in ocaml

ProprietaryAssembler - This repository contains the implementation of a two pass assembler involving tries for fast in-memory opcode fetch and has implementation of loader and linkers for linking the object file created to make an executable file.