mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-03 23:06:09 +00:00
12 lines
257 B
ArmAsm
12 lines
257 B
ArmAsm
|
; Copyright 2020 faddenSoft. All Rights Reserved.
|
||
|
; See the LICENSE.txt file for distribution terms (Apache 2.0).
|
||
|
;
|
||
|
; Assembler: Merlin 32
|
||
|
;
|
||
|
; Segment #5 : filler
|
||
|
|
||
|
REL ;generate relocatable code
|
||
|
|
||
|
asc 'hello, world!'
|
||
|
|