00:00:00 --- log: started forth/20.05.17 00:37:25 --- join: Labu joined #forth 02:59:43 --- quit: iyzsong (Quit: ZNC 1.7.1 - https://znc.in) 03:00:39 --- join: iyzsong joined #forth 03:16:16 --- quit: cheater (Ping timeout: 265 seconds) 03:17:21 --- join: cheater joined #forth 03:19:41 --- join: dddddd joined #forth 04:18:31 --- quit: dave0 (Quit: dave's not here) 04:56:01 --- join: TCZ joined #forth 05:31:52 --- join: jsoft joined #forth 06:26:39 --- quit: iyzsong (Quit: ZNC 1.7.1 - https://znc.in) 06:49:23 --- quit: TCZ (Quit: Leaving) 06:49:48 --- join: CORDIC joined #forth 06:50:20 --- quit: DKordic (Remote host closed the connection) 07:32:00 --- quit: jsoft (Ping timeout: 256 seconds) 07:35:49 --- join: xek__ joined #forth 07:42:21 --- quit: reepca (Read error: Connection reset by peer) 07:42:40 --- join: reepca joined #forth 07:55:02 --- quit: reepca (Ping timeout: 258 seconds) 07:59:43 --- join: reepca joined #forth 08:11:15 --- join: gravicappa joined #forth 09:12:33 --- quit: reepca (Read error: Connection reset by peer) 09:12:49 --- join: reepca joined #forth 10:05:36 --- quit: dddddd (Ping timeout: 240 seconds) 10:35:07 --- quit: gravicappa (Read error: Connection reset by peer) 10:37:27 --- join: gravicappa joined #forth 10:37:34 --- quit: gravicappa (Read error: Connection reset by peer) 10:51:18 --- join: jsoft joined #forth 10:54:41 --- join: gravicappa joined #forth 10:54:50 --- quit: gravicappa (Read error: Connection reset by peer) 11:01:57 --- quit: Zarutian_HTC (Ping timeout: 260 seconds) 11:02:35 --- quit: cheater (Ping timeout: 246 seconds) 11:02:59 --- join: gravicappa joined #forth 11:03:31 --- quit: gravicappa (Read error: Connection reset by peer) 11:05:22 --- join: gravicappa joined #forth 11:23:43 --- join: Zarutian_HTC joined #forth 11:46:45 --- quit: deesix (Ping timeout: 260 seconds) 12:15:19 --- quit: gravicappa (Ping timeout: 258 seconds) 12:19:11 --- quit: jsoft (Ping timeout: 264 seconds) 13:03:32 --- join: deesix joined #forth 13:17:21 --- join: dddddd joined #forth 13:24:59 Name for a word that lets you assign a new stack pointer 13:25:05 I'm thinking of 'S! 13:25:31 Suggestions, any existing conventions for this? 13:41:10 --- quit: kori (Read error: Connection reset by peer) 13:45:56 --- quit: xek__ (Ping timeout: 272 seconds) 13:57:56 --- quit: jedb (Ping timeout: 246 seconds) 14:00:36 --- join: dave0 joined #forth 14:37:29 --- quit: reepca (Ping timeout: 246 seconds) 14:41:19 --- join: reepca joined #forth 14:54:14 veltas, sorry it's taken. Superman took "S" and his wife took "S!" 14:56:56 --- join: TCZ joined #forth 14:59:41 superman is an illegal alien, he cannot claim trademark rights 15:03:14 lol 15:45:34 --- quit: Zarutian_HTC (Read error: Connection reset by peer) 15:45:52 --- join: Zarutian_HTC joined #forth 15:50:27 --- join: rdrop-exit joined #forth 15:58:14 --- quit: Labu (Quit: Leaving.) 15:58:20 --- quit: TCZ (Quit: Leaving) 15:58:42 --- join: cheater joined #forth 16:01:14 veltas, sp! is common 16:01:55 (but not universal) 16:06:38 Thanks 16:07:03 np 16:17:37 --- join: jedb joined #forth 16:22:47 --- quit: proteusguy (Ping timeout: 264 seconds) 16:35:59 --- join: proteusguy joined #forth 16:35:59 --- mode: ChanServ set +v proteusguy 18:02:49 --- join: boru` joined #forth 18:02:52 --- quit: boru (Disconnected by services) 18:02:55 --- nick: boru` -> boru 18:15:44 --- quit: cheater (Ping timeout: 272 seconds) 18:22:48 --- join: cheater joined #forth 18:28:04 --- quit: dave0 (Quit: dave's not here) 19:07:58 --- join: mark4_ joined #forth 21:01:32 --- quit: dddddd (Ping timeout: 265 seconds) 21:07:16 hey guys 21:13:50 h'lo 21:15:01 * tabemann has numbered labels working now in zeptoforth 21:15:25 (for disassembly) 21:27:40 --- join: gravicappa joined #forth 21:38:51 --- quit: mark4_ (Quit: Leaving) 21:40:43 tabemann, brilliant! 21:40:56 g'day Zarutian_HTC 21:42:14 I also fixed a bug I introduced in referenced labels 21:43:11 also now gas mode converts labels containing non-alphanumeric-plus-underscore labels into alphanumeric-plus-underscore labels 21:43:42 you should be able to actually feed the gas mode code into an assembler now 21:45:12 with the sole exception that, were you to integrate that code into the zeptoforth kernel, you'd need to change up the labels, since the internal zeptoforth labels don't conform to the conventions used by the disassembler 21:45:33 but that shouldn't be too hard 21:46:58 I should go to bed though 21:47:23 nice, I'll try iyt out 21:47:46 I might see if I can add RTS handshaking with it :) 21:47:54 hehe 21:48:08 tabemann, I should be able to do a fair bit with Zeptoforth now :) 21:48:29 just remember, ANS c@ c! c, are b@ b! b, in zeptoforth 21:48:39 no problemo 21:49:01 i prefer "b" myself 21:49:22 I don't like the implication that a byte is a character implied by c@ c! c, 21:49:49 as everything in the Real World is based on either UTF-8 or UTF-16 today 21:49:59 yeah, but we just dont have enough variation 21:50:07 bits, byte, binary 21:50:23 tis true 21:50:37 yeah, ANS is perhaps outdated, does anyone care ? 21:50:50 or are they still too busy debating everything in ANS ? 21:51:22 luckily any Forth programmer can handle variations 21:51:33 zeptoforth already implements a sufficient subset of the functionality in ANS 21:51:56 with some differences, like the above or how it handles exceptions differently 21:52:21 and how it handles RAM versus flash (which ANS doesn't really address properly) 21:52:51 i say screw ANS, just use uncommon sense! 21:53:09 there are a few areas where it clearly lacks functionality, such as it has only two dictionaries, RAM and flash 21:53:42 I think that working out and adapting to the differ`ences in every embedded Forth is just the price of entry to a programmer 21:53:44 but implementing them would have made it unnecessarily complex 21:54:08 Mecrisp-Stellaris only has one dictionary 21:54:22 that works fine for me 21:55:25 okay, I should actually go to bed now 21:55:26 we have "VOC's" if we want but frankly I agree with rdrop-exit here, all that stuff makes it more complex, not less 21:55:33 okies, night tabemann 21:55:38 g'night 22:32:21 --- quit: Zarutian_HTC (Read error: Connection reset by peer) 22:32:33 --- join: Zarutian_HTC joined #forth 23:06:11 --- join: dave0 joined #forth 23:20:56 --- join: Labu joined #forth 23:39:42 --- join: dys joined #forth 23:42:20 --- join: mtsd joined #forth 23:59:59 --- log: ended forth/20.05.17