Skip to content

fix PIC16F TRISx mirror value at reset #33

fix PIC16F TRISx mirror value at reset

fix PIC16F TRISx mirror value at reset #33

Workflow file for this run

name: Build picsim
on: [push]
jobs:
build-macos:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Build
run: make
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: make