1
0
Fork 0
mirror of https://github.com/notwa/lips synced 2024-04-23 22:53:22 -07:00
Commit Graph

35 Commits

Author SHA1 Message Date
Connor Olding 8fbbf955ec fix dead link to datasheet 2017-05-24 21:29:07 +00:00
Connor Olding b97098a844 update readme etc. 2017-01-04 01:33:26 -08:00
Connor Olding ef07b5b18e fix link to writers 2016-10-14 03:33:46 -07:00
Connor Olding 6548bd3e5b fix typos 2016-10-11 15:45:44 -07:00
Max Persson 0040292378 Update README.md 2016-05-13 16:23:05 +02:00
Connor Olding 0ec6b24531 use R# instead of REG# for registers 2016-05-10 17:18:17 -07:00
Connor Olding e4e8e16ea5 implement all branch pseudo-instructions 2016-05-08 15:21:16 -07:00
Connor Olding 03eb1b9ed5 pedanticism 2016-04-28 15:46:47 -07:00
Connor Olding 792bb63996 update readme 2016-04-27 16:10:50 -07:00
Connor Olding 87c210d617 add .push/.pop directives for basic states 2016-04-23 02:06:43 -07:00
Connor Olding 1266dfd18f add .base directive; PC calculation 2016-04-21 11:46:29 -07:00
Connor Olding 54d0ea0378 fix example paths 2016-04-14 07:54:41 -07:00
Connor Olding 071169df48 redo internal paths/requires 2016-04-14 07:33:33 -07:00
Connor Olding a58ad83c92 implement incbin directive 2016-04-10 04:03:00 -07:00
Connor Olding 311b1e362f implement offsets for constants 2016-04-10 03:25:11 -07:00
Connor Olding 0b5331ff5c use ; comments to fix github highlighting 2016-01-24 20:18:52 -08:00
Connor Olding 9e4167e04a add something resembling documentation 2016-01-24 20:03:07 -08:00
Connor Olding 7c4becf0b6 use 2**n alignment instead of 2*n 2016-01-13 11:46:29 -08:00
Connor Olding a47c924e75 implement ascii/asciiz directives, basic string lexing 2016-01-13 11:18:36 -08:00
Connor Olding 361b0572f6 update readme 2016-01-05 01:51:06 -08:00
Connor Olding a3bb50a1a6 implement cop0 (sys) registers 2015-12-25 19:12:50 -08:00
Connor Olding 905ca2fb5c R4300i is MIPS III 2015-12-21 02:39:19 -08:00
Connor Olding 91533bc083 Revert "add a warning about integer precision in Lua"
This reverts commit 5544c5226b.
2015-12-16 10:07:16 -08:00
Connor Olding efe3864814 notes 2015-12-02 09:43:54 -08:00
Connor Olding 5544c5226b add a warning about integer precision in Lua 2015-11-28 15:11:51 -08:00
Connor Olding 3ea0184fb6 implement HEX directives; a couple misc fixes 2015-11-26 19:15:15 -08:00
Connor Olding 774b04795d update readme 2015-11-25 21:23:22 -08:00
Connor Olding 6e97d134e4 implicit RA argument for JR 2015-11-25 10:47:37 -08:00
Connor Olding 14f44f8206 add remaining instructions 2015-11-25 10:28:55 -08:00
Connor Olding b89c92087f update readme 2015-11-25 09:37:05 -08:00
Connor Olding bd0c5f4b34 implement align and skip directives 2015-11-24 13:23:22 -08:00
Connor Olding 9a2335fab1 a little more info 2015-11-23 20:42:19 -08:00
Connor Olding 2694035873 cleanup and documenting; alias S8 register to FP 2015-11-23 14:16:31 -08:00
Connor Olding bead0e5576 brain fart 2015-11-22 14:00:17 -08:00
Connor Olding bc72559091 rename; readme 2015-11-22 13:58:29 -08:00