Moved example into own sub folder and prefixed all.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
This commit is contained in:
parent
de377cf420
commit
a1ae7248ea
26 changed files with 285 additions and 282 deletions
14
src/example/hello-make4msx/hello.mf
Normal file
14
src/example/hello-make4msx/hello.mf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Makefile to run on MSX
|
||||
|
||||
hello.rel: hello.mac
|
||||
echo Making hello.rel
|
||||
m80 =hello/Z
|
||||
|
||||
hello.hex: hello.rel
|
||||
echo Making hello.hex
|
||||
l80 hello,hello/N/X/Y/E
|
||||
|
||||
hello.com: hello.hex
|
||||
echo Making hello.com
|
||||
hextocom hello
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue