mirror of
https://github.com/piotr-wiszowaty/foco65.git
synced 2024-11-15 12:05:24 +00:00
Add word 'fill' to the word list in README
This commit is contained in:
parent
21e3fccbe7
commit
1fa534c871
@ -187,8 +187,8 @@ or:
|
|||||||
Words
|
Words
|
||||||
-----
|
-----
|
||||||
|
|
||||||
`:` `@` `0=` `1-` `1+` `2/` `2*` `2@` `2!` `and` `c!` `c@` `cmove` `count` `d-` `d+` `d=` `do` `drop` `dup` `i` `j` `loop`
|
|
||||||
`+loop` `lshift` `<=` `<` `>=` `>` `-` `+` `or` `over` `rshift` `rsp` `sp` `swap` `unloop` `u<` `u>` `while` `<>`
|
`+loop` `lshift` `<=` `<` `>=` `>` `-` `+` `or` `over` `rshift` `rsp` `sp` `swap` `unloop` `u<` `u>` `while` `<>`
|
||||||
|
`:` `@` `0=` `1-` `1+` `2/` `2*` `2@` `2!` `and` `c!` `c@` `cmove` `count` `d-` `d+` `d=` `do` `drop` `dup` `fill` `i` `j` `loop`
|
||||||
`=` `!` `[` `]` `[code]` `[end-code]` `cell` `cells` `not` `[text-section]` `[data-section]`
|
`=` `!` `[` `]` `[code]` `[end-code]` `cell` `cells` `not` `[text-section]` `[data-section]`
|
||||||
`variable` `2variable` `constant` `create` `,` `c,` `,'` `'` `,"` `"` `allot`
|
`variable` `2variable` `constant` `create` `,` `c,` `,'` `'` `,"` `"` `allot`
|
||||||
`lit` `\` `(` `recursive` `[label]` `*` `/` `m*`
|
`lit` `\` `(` `recursive` `[label]` `*` `/` `m*`
|
||||||
|
2
foco65
2
foco65
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
# foco65
|
# foco65
|
||||||
# Copyright (C) 2014 Piotr Wiszowaty
|
# Copyright (C) 2014,2018 Piotr Wiszowaty
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user