aboutsummaryrefslogtreecommitdiffstats
path: root/test/inc1.asm
blob: 0e1058b5a547b4eed76865f810380f68a5c1515b (plain)
1
2
3
4
5
6
; This file is part of the include test.
; See inctest.asm for build instructions.

message:  db 'hello, world',13,10,'$'

%include "inc2.asm"