00:00:00 --- log: started forth/20.09.25 01:12:00 --- quit: dave0 (Read error: Connection reset by peer) 01:17:14 --- join: dave0 joined #forth 04:14:33 --- join: xek joined #forth 04:26:05 --- quit: xek (Ping timeout: 260 seconds) 04:48:33 --- join: xek joined #forth 05:24:38 --- quit: Zarutian_HTC (Remote host closed the connection) 07:18:48 --- quit: dave0 (Quit: dave's not here) 08:29:06 --- quit: jsoft (Ping timeout: 240 seconds) 09:01:27 --- join: Zarutian_HTC joined #forth 09:19:35 --- quit: xek (Ping timeout: 256 seconds) 10:00:27 --- quit: Zarutian_HTC (Remote host closed the connection) 10:10:44 --- join: WickedShell joined #forth 11:07:59 --- join: xek joined #forth 11:08:08 --- quit: xek (Client Quit) 11:25:30 --- quit: rprimus (Remote host closed the connection) 11:55:28 --- join: rprimus joined #forth 12:02:50 --- join: Zarutian_HTC joined #forth 12:18:35 --- quit: gravicappa (Ping timeout: 260 seconds) 12:20:15 --- join: gravicappa joined #forth 13:49:58 --- join: inode joined #forth 13:55:13 --- quit: Zarutian_HTC (Ping timeout: 258 seconds) 13:57:04 --- join: Zarutian_HTC joined #forth 14:20:48 --- quit: Croran (Ping timeout: 260 seconds) 14:23:05 --- join: Croran joined #forth 14:29:43 --- quit: gravicappa (Ping timeout: 258 seconds) 14:55:01 --- join: mark4 joined #forth 14:55:13 so im writing an esp32 assembler and i have a minor problem lol 14:55:25 i need to be able to write 8, 16, 24 and 32 bit items into the target buffer 14:55:33 so c, w, ??, and , 14:55:40 what would you call a 24 bit comma? 14:56:54 bidodecacomma 14:57:25 tribyte, ? 14:57:48 maybe i should just call then t-8, t-16, t-24, t-32, ? 14:57:51 w.c, 14:58:07 w+c, 14:58:09 wc, ? 14:58:18 yea thats not bad :) 14:58:23 w&c, 14:59:56 : t-c, ( c1 --- ) t-here 1 t-allot c! ; 14:59:57 : t-w, ( w1 --- ) dup 8 >> t-c, t-c, ; 14:59:57 : t-wc, ( 24 --- ) dup 16 >> t-c, t-w, ; 14:59:57 : t-, ( n1 --- ) dup 24 >> t-c, t-wc, ; 15:01:05 t- prefix is target- ? 15:01:28 tes 15:01:30 yes 15:52:52 --- join: jsoft joined #forth 16:11:42 --- join: jn___ joined #forth 16:13:38 --- quit: jn__ (Ping timeout: 246 seconds) 16:18:05 --- nick: jn___ -> jn__ 16:18:24 --- quit: jn__ (Quit: jn__) 16:19:08 --- join: jn__ joined #forth 16:25:57 --- nick: jn__ -> jn___ 16:26:33 --- nick: jn___ -> jn__ 16:27:49 --- quit: inode (Quit: ) 17:57:24 --- quit: _whitelogger (Remote host closed the connection) 18:00:23 --- join: _whitelogger joined #forth 18:13:23 --- join: dave0 joined #forth 18:36:23 --- quit: _whitelogger (Remote host closed the connection) 18:39:24 --- join: _whitelogger joined #forth 18:52:54 --- join: boru` joined #forth 18:52:56 --- quit: boru (Disconnected by services) 18:52:59 --- nick: boru` -> boru 19:11:49 --- quit: rpcope (Quit: ZNC - http://znc.in) 19:15:20 --- join: rpcope joined #forth 20:15:24 --- quit: _whitelogger (Remote host closed the connection) 20:18:25 --- join: _whitelogger joined #forth 20:37:05 --- quit: jsoft (Ping timeout: 260 seconds) 20:56:04 --- quit: WickedShell (Remote host closed the connection) 21:24:23 --- quit: _whitelogger (Remote host closed the connection) 21:27:24 --- join: _whitelogger joined #forth 21:36:15 --- quit: Zarutian_HTC (Ping timeout: 256 seconds) 21:40:53 --- join: Zarutian_HTC joined #forth 22:24:24 --- quit: _whitelogger (Remote host closed the connection) 22:27:24 --- join: _whitelogger joined #forth 22:38:14 --- quit: Zarutian_HTC (Remote host closed the connection) 23:03:30 --- join: gravicappa joined #forth 23:41:27 --- join: jsoft joined #forth 23:59:59 --- log: ended forth/20.09.25