Skip to content

Instantly share code, notes, and snippets.

@ddevault
Created November 15, 2012 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddevault/329e640a682fb05af195 to your computer and use it in GitHub Desktop.
Save ddevault/329e640a682fb05af195 to your computer and use it in GitHub Desktop.
.nolist
#include "macros.inc"
#include "stdio.inc"
.list
; Header
.db 0, 50
; Program
.org 0
kld hl, helloWorld
stdio(printLine)
ret
helloWorld:
.db "Hello, world!", 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment