Garritt McCune glm94
  • Joined on 2020-12-03
glm94 pushed to main at glm94/lang 2025-02-20 13:51:07 -06:00
5068c6c293 Added a new environment for creating the opcode tables. hoping this will simplify the setup and make things easier to maintain.
glm94 pushed to main at glm94/lang 2025-02-18 16:13:48 -06:00
e8d1501d75 Updated the text that introduces the ISA.
glm94 pushed to main at glm94/lang 2025-02-07 16:08:49 -06:00
53962331d5 Updated the text around Memory and added a section for the firmware / initialization.
glm94 pushed to main at glm94/lang 2025-02-06 16:13:35 -06:00
883c48270f Started brainstorming the memory map.
glm94 pushed to main at glm94/lang 2025-02-05 00:42:21 -06:00
43b8dd0119 Added a conventions and data types section.
glm94 pushed to main at glm94/lang 2025-02-04 16:23:56 -06:00
7baadf96fa Added a section to the memory map for the video memory.
glm94 pushed to main at glm94/lang 2025-02-04 15:17:21 -06:00
eba9778993 Created a basic setup for the figure for the memory layout / map.
glm94 pushed to main at glm94/lang 2025-02-03 23:48:37 -06:00
472b9f839f Added a bit about the flags register
glm94 pushed to main at glm94/lang 2025-02-03 23:12:10 -06:00
d3ccd6678c Added some information about the memory layout and a figure for the bit ordering in the registers.
glm94 pushed to main at glm94/lang 2025-02-02 00:15:56 -06:00
f85a74bd83 Updated chapter 1 to be more fleshed out.
glm94 pushed to main at glm94/html-testing 2025-01-24 20:21:14 -06:00
d9d193c06e Cleaned up the main page to show the various controls and their states. Refactored the CSS a bit.
glm94 pushed to main at glm94/html-testing 2025-01-24 01:18:11 -06:00
211388643b Refactored the CSS a bit.
glm94 pushed to main at glm94/html-testing 2025-01-24 01:10:44 -06:00
51a57ca809 Fixed the background color for a disabled radio button.
glm94 pushed to main at glm94/html-testing 2025-01-24 01:03:12 -06:00
445002ae89 Tweaked radio button size and colors.
glm94 created branch main in glm94/html-testing 2025-01-24 00:29:03 -06:00
glm94 pushed to main at glm94/html-testing 2025-01-24 00:29:03 -06:00
231949c4dd I believe the customized checkbox and radio button are done and working. Just need to give them a good theme.
9c351d19a2 Move styles out into their own files to reduce clutter in the main html file.
ca6f5da547 Attempted a custom radio button setup.
6a157c5f1b Messed around with radio buttons / groups, checkboxes and 'Group Boxes'.
0f40237e87 Init, playing around with HTML and CSS features as a refresher.
glm94 created repository glm94/html-testing 2025-01-24 00:28:43 -06:00
glm94 pushed to main at glm94/lang-assm 2025-01-08 23:22:53 -06:00
ebfd7cf94c Fixed a bug where the tokenizer wasn't parsing hexadecimal numbers correctly. Added support for tokenizing the colon and comma characters.
glm94 pushed to main at glm94/lang-assm 2025-01-08 02:40:14 -06:00
428d674f54 Cleaned up the TokenStringify function a bit (ignore the returning of a local variable) and updated the tokenizer to better handle new lines.
glm94 pushed to main at glm94/lang-assm 2025-01-08 01:39:20 -06:00
6d3f90183e Added support for number literals and punctuation.