rename i386-linux-handwrite to i386-linux-handwritten

This commit is contained in:
Koichi Nakamura 2021-01-11 15:20:50 +09:00
parent 8b63d14072
commit e7a1560921
4 changed files with 11 additions and 25 deletions

View file

@ -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

View file

@ -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) |

View file

@ -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

View file

@ -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 <koichi@
000003f0: 6964 6569 6e2e 6a70 idein.jp
000003f8: 3e00 0000 0000 0000 >
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 <koich
000003f0: 6940 6964 6569 6e2e i@idein.
000003f8: 6a70 3e00 0000 0000 jp>