gslib/appy.yaml

37 lines
786 B
YAML
Raw Permalink Normal View History

assemble:
2023-04-12 01:01:46 +00:00
- source/quit.s
- source/quit8.s
- source/quit16.s
- source/shr1.s
- source/shr2.s
- source/shrhello.s
- source/shrloadimg.s
2023-04-12 01:06:29 +00:00
- source/demo.s
2023-04-12 01:01:46 +00:00
assembleflags: "-V"
# formatflags: "mc:10 oc:14 cc:30 ms:1 bs:2"
# additional files to indent along with above
indent:
- source/shrloadimg.m.s
2023-04-12 01:06:29 +00:00
- source/gslib.mac.s
- source/skel.macgen.s
disks:
2023-04-12 01:01:46 +00:00
- name: gslibdemo
file: gslibdemo800.2mg
size: 800KB
2023-04-12 01:01:46 +00:00
files:
- input: source/quit
output: /gslibdemo
- input: source/quit8.system
output: /gslibdemo
- input: source/Quit.Sys16
output: /gslibdemo
- input: source/SHR1.Sys16
output: /gslibdemo
- input: source/SHR2.Sys16
output: /gslibdemo
- input: source/SHRHello.Sys16
output: /gslibdemo
- input: source/SHRLoadImage.S16
output: /gslibdemo