Commit Graph

21 Commits

Author SHA1 Message Date
Andrius Štikonas 279941646f
Fix a typo:
Recieved -> Received
2019-10-23 20:01:23 +01:00
Jeremiah Orians 20c03c0d25
Minor cosmetic changes in M0's source 2019-04-06 09:17:18 -04:00
Jeremiah Orians 8396dc15df
Tuned M0 for much better performance (down to 9/32 previous) 2017-12-26 00:01:53 -05:00
Jeremiah Orians 87477db7eb
Added requested Copyright notices 2017-04-01 17:26:44 -04:00
Jeremiah Orians 5f6c7f82bc
Added license to all source files 2017-03-28 20:25:39 -04:00
Jeremiah Orians 1b1b94a121
Corrected naming of CMPJUMP(u) to CMPJUMP(u)I to match current naming standard 2016-10-29 09:06:57 -04:00
Jeremiah Orians 73651b577e
Fixed typo of CMPSKIP(u) to CMPSKIP(u)I which is required per the naming convention 2016-10-29 07:03:25 -04:00
Jeremiah Orians bf6347d365
Found a bug in macro expansion that wasn't triggered in the bootstrap process 2016-10-02 15:48:47 -04:00
Jeremiah Orians 518b82f026
Fixed bug involving numerate_string failing to return 0 for non-numbers 2016-10-02 00:20:35 -04:00
Jeremiah Orians df62975409
Fixed incorrect branching in Process_String 2016-10-01 23:13:16 -04:00
Jeremiah Orians bd9646563a
Fix bug in preserve other function 2016-10-01 21:50:59 -04:00
Jeremiah Orians e70017f8d1
Fixed bug in Macro application logic 2016-10-01 21:45:21 -04:00
Jeremiah Orians 2b655476c0
Made Setexpression iterative rather than recursive 2016-10-01 20:50:06 -04:00
Jeremiah Orians 5c0a5e2cf7
Intial buggy implementation of M0, still needs alot of work 2016-10-01 19:38:06 -04:00
Jeremiah Orians dc376ad606
Intial draft of eval_immediates function for M0-macro 2016-10-01 12:05:42 -04:00
Jeremiah Orians 103aebec4b
Continued implementing M0-macro.s 2016-09-07 19:36:02 -04:00
Jeremiah Orians 45f02b4c31
Implemented Process_string function in M0 2016-09-06 22:13:30 -04:00
Jeremiah Orians e799ab6090
Implemented enhanced macro node manipulation 2016-09-06 21:55:33 -04:00
Jeremiah Orians c67f062bcc
Further progress on M0-macro.s implementation 2016-09-06 21:09:21 -04:00
Jeremiah Orians a2e2bb53f3
Finish implementing Tokenize_Line in M0-macro.s 2016-09-06 17:53:11 -04:00
Jeremiah Orians 25f68d8af8
Started to implement M0-macro in assembly 2016-09-05 21:56:33 -04:00