User Tools

Site Tools


en:projects:430eforth-workbench:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:projects:430eforth-workbench:start [2022-07-24 12:42] – [430eForth Archives (Ports)] mmen:projects:430eforth-workbench:start [2022-07-25 14:56] (current) – [8 Bit Register access] mm
Line 7: Line 7:
 === 430eForth with Tools and VIS ( VOCabularies, ITEMs and STICKY Words) === === 430eForth with Tools and VIS ( VOCabularies, ITEMs and STICKY Words) ===
  
-!!! This Wiki Page is still under construction ;-) 220705+!!! This Wiki Page is still under construction ;-) 220725
  
 The 430eForth already has a long history. Dr. Chen Hanson Ting published it in 2014 <sup>1)</sup>, Michael Kalus ported it to the naken_ASM in 2018 <sup>3)</sup> and Manfred Mahlow added some Tools in 2018 <sup>2)</sup> and a modern variant of vocabularies and context switching in 2019 <sup>4)</sup>. The 430eForth already has a long history. Dr. Chen Hanson Ting published it in 2014 <sup>1)</sup>, Michael Kalus ported it to the naken_ASM in 2018 <sup>3)</sup> and Manfred Mahlow added some Tools in 2018 <sup>2)</sup> and a modern variant of vocabularies and context switching in 2019 <sup>4)</sup>.
Line 89: Line 89:
  
       used: code  mask  data-vocs       used: code  mask  data-vocs
-  provided: reg8 words+  provided: reg8 words:
             !  @  bi@  bix  bic  bis  u/i             !  @  bi@  bix  bic  bis  u/i
  
Line 100: Line 100:
  
       used: code  mask  data-vocs       used: code  mask  data-vocs
-  provided: reg16 words+  provided: reg16 words:
             !  @  bi@  bix  bic  bis  u/i             !  @  bi@  bix  bic  bis  u/i
  
Line 112: Line 112:
   required: reg8.tar.gz   required: reg8.tar.gz
       used: reg8  2CONSTANT       used: reg8  2CONSTANT
-  provided: +  provided: forth words: 
-   forth words: +              P1  P2         \ The GPIO Ports that give access to the GPIO Registers. 
-   P1  P2         \ The GPIO Ports that give access to the GPIO Registers. +            gpio words: 
-   gpio words: +              SEL2  REN  SEL  DIR  OUT  IN   \ The GPIO Port Registers (reg8) 
-   SEL2  REN  SEL  DIR  OUT  IN   \ The GPIO Port Registers (reg8) +              pin:                           \ Port Pin defining word
-   pin:                           \ Port Pin defining word+
  
 (MM-220705) {{ en:projects:430eforth-workbench:gpio-fr5969.tar.gz | gpio-fr5969.tar.gz }} (MM-220705) {{ en:projects:430eforth-workbench:gpio-fr5969.tar.gz | gpio-fr5969.tar.gz }}
Line 147: Line 146:
   6 mask P1 led pin: LED2   6 mask P1 led pin: LED2
  
-\ LEDx init|on|off        x mask P1 led init|on|off +\ LEDx init|on|off
- +
-\ x mask P1 pin: P1.x     P1.x led init|on|off+
 </code> </code>
  
en/projects/430eforth-workbench/start.1658659371.txt.gz · Last modified: 2022-07-24 12:42 by mm