From e7a15609219d06e94f74d52284c924dc647a4111 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Mon, 11 Jan 2021 15:20:50 +0900 Subject: [PATCH] rename i386-linux-handwrite to i386-linux-handwritten --- .github/workflows/i386-linux-handwrite.yml | 14 -------------- README.md | 2 +- bootstrap.fs | 2 +- planck.xxd | 18 +++++++++--------- 4 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/i386-linux-handwrite.yml diff --git a/.github/workflows/i386-linux-handwrite.yml b/.github/workflows/i386-linux-handwrite.yml deleted file mode 100644 index 6e3cad0..0000000 --- a/.github/workflows/i386-linux-handwrite.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: i386-linux-handwrite - -on: - push: -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: run tests - run: | - make - ./planck < bootstrap.fs runtests.fs - diff --git a/README.md b/README.md index 6db741b..16f75db 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,6 @@ $ ./planck < bootstrap.fs runtests.fs | Implementation of runtime | build | test status | |:----------------------------------|:------------------|:------------| -| Handwritten binary for i386-linux | `make` | [![i386-linux-handwrite](https://github.com/nineties/planckforth/workflows/i386-linux-handwrite/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwrite) | +| Handwritten binary for i386-linux | `make` | [![i386-linux-handwritten](https://github.com/nineties/planckforth/workflows/i386-linux-handwritten/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:i386-linux-handwritten) | | C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:C) | | Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/actions?query=workflow:python) | diff --git a/bootstrap.fs b/bootstrap.fs index de75e6b..246dc06 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -2149,7 +2149,7 @@ runtime-info ':' strchr 0 over c! 1+ constant copyright-text ( === Environment Dependent Code === ) -runtime s" i386-linux handwrite" streq [if] +runtime s" i386-linux-handwritten" streq [if] %000 constant eax immediate %001 constant ecx immediate diff --git a/planck.xxd b/planck.xxd index 7c48558..6aecb79 100644 --- a/planck.xxd +++ b/planck.xxd @@ -186,12 +186,12 @@ 000003ac: 0000 0000 0000 0000 padding 000003b0: 6933 3836 2d6c 696e i386-lin -000003b8: 7578 2068 616e 6477 ux handw -000003c0: 7269 7465 3a43 6f70 rite:Cop -000003c8: 7972 6967 6874 2028 yright ( -000003d0: 6329 2032 3032 3120 c) 2021 -000003d8: 4b6f 6963 6869 204e Koichi N -000003e0: 616b 616d 7572 6120 akamura -000003e8: 3c6b 6f69 6368 6940 +000003b8: 7578 2d68 616e 6477 ux-handw +000003c0: 7269 7474 656e 3a63 ritten:c +000003c8: 6f70 7972 6967 6874 opyright +000003d0: 2028 6329 2032 3032 (c) 202 +000003d8: 3120 4b6f 6963 6869 1 Koichi +000003e0: 204e 616b 616d 7572 Nakamur +000003e8: 6120 3c6b 6f69 6368 a