Add a "hello world" assembler test program.
commit15962a61321d9ef5128cc67034b75bfb3db0f46a
authorJohannes Sixt <j6t@kdbg.org>
Sun, 29 Oct 2017 11:14:36 +0000 (29 12:14 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 29 Oct 2017 11:14:36 +0000 (29 12:14 +0100)
tree2402c3a4054ce9003e6dafab18469819ba855a99
parent9f5eeed436d608030fcbaee7a934256a6f3d0920
Add a "hello world" assembler test program.

There was a question on stackoverflow whether it is possible to show the
assembler source code. The answer is: yes, it is possible, as long as
KDbg is invoked from the directory that contains the source code. This
program helped analyze the situation.
kdbg/testprogs/.gitignore
kdbg/testprogs/Makefile
kdbg/testprogs/helloworld.asm [new file with mode: 0644]