Skip to content

[MC6809] Fix HD6309 DIVD instruction operand #2425

[MC6809] Fix HD6309 DIVD instruction operand

[MC6809] Fix HD6309 DIVD instruction operand #2425

Workflow file for this run

name: C/C++ CI
on:
push:
branches:
- main
- devel
tags-ignore:
- '*.*.*'
paths-ignore:
- ".github/**"
- "**/*.adoc"
- "**/*.md"
- "**/*.txt"
- "library.*"
- "**/*.asm"
- "**/*.inc"
- "**/*.hex"
- "**/*.s19"
- "**/*.s28"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build test and run
run: cd test; make test
- name: build generator
run: cd test; make gen
- name: build command line interface
run: cd cli; make cli