about summary refs log tree commit diff stats
path: root/html/subx
ModeNameSize
-rw-r--r--000organization.cc.html21658log stats plain blame
-rw-r--r--001help.cc.html47334log stats plain blame
-rw-r--r--002test.cc.html21917log stats plain blame
-rw-r--r--003trace.cc.html86426log stats plain blame
-rw-r--r--003trace.test.cc.html29974log stats plain blame
-rw-r--r--010---vm.cc.html76013log stats plain blame
-rw-r--r--011run.cc.html75805log stats plain blame
-rw-r--r--012elf.cc.html46279log stats plain blame
-rw-r--r--013direct_addressing.cc.html221810log stats plain blame
-rw-r--r--014indirect_addressing.cc.html155273log stats plain blame
-rw-r--r--015immediate_addressing.cc.html199260log stats plain blame
-rw-r--r--016index_addressing.cc.html25822log stats plain blame
-rw-r--r--017jump_disp8.cc.html61351log stats plain blame
-rw-r--r--018jump_disp32.cc.html59575log stats plain blame
-rw-r--r--019functions.cc.html20391log stats plain blame
-rw-r--r--020syscalls.cc.html41697log stats plain blame
-rw-r--r--021byte_addressing.cc.html33383log stats plain blame
-rw-r--r--022div.cc.html7704log stats plain blame
-rw-r--r--028translate.cc.html36691log stats plain blame
-rw-r--r--029transforms.cc.html9224log stats plain blame
-rw-r--r--030---operands.cc.html89863log stats plain blame
-rw-r--r--031check_operands.cc.html142861log stats plain blame
-rw-r--r--032check_operand_bounds.cc.html26932log stats plain blame
-rw-r--r--034compute_segment_address.cc.html15712log stats plain blame
-rw-r--r--035labels.cc.html65129log stats plain blame
-rw-r--r--036global_variables.cc.html57136log stats plain blame
-rw-r--r--038---literal_strings.cc.html54440log stats plain blame
-rw-r--r--039debug.cc.html29062log stats plain blame
-rw-r--r--040---tests.cc.html18857log stats plain blame
-rw-r--r--049memory_layout.subx.html2489log stats plain blame
-rw-r--r--050_write.subx.html8955log stats plain blame
-rw-r--r--051test.subx.html13472log stats plain blame
-rw-r--r--052kernel-string-equal.subx.html35990log stats plain blame
-rw-r--r--053new-segment.subx.html14209log stats plain blame
-rw-r--r--054string-equal.subx.html33433log stats plain blame
-rw-r--r--055stream.subx.html12510log stats plain blame
-rw-r--r--056trace.subx.html148332log stats plain blame
-rw-r--r--057write.subx.html23919log stats plain blame
-rw-r--r--058stream-equal.subx.html86341log stats plain blame
-rw-r--r--059stop.subx.html32037log stats plain blame
-rw-r--r--060read.subx.html63671log stats plain blame
-rw-r--r--061read-byte.subx.html40488log stats plain blame
-rw-r--r--062write-stream.subx.html37898log stats plain blame
-rw-r--r--063error.subx.html9843log stats plain blame
-rw-r--r--064write-byte.subx.html41821log stats plain blame
-rw-r--r--065hex.subx.html119665log stats plain blame
-rw-r--r--066write-buffered.subx.html31771log stats plain blame
-rw-r--r--067print-int.subx.html56252log stats plain blame
-rw-r--r--068error-byte.subx.html18370log stats plain blame
-rw-r--r--069allocate.subx.html30884log stats plain blame
-rw-r--r--070new-stream.subx.html19083log stats plain blame
-rw-r--r--071read-line.subx.html32655log stats plain blame
-rw-r--r--072slice.subx.html169825log stats plain blame
-rw-r--r--073next-token.subx.html133867log stats plain blame
-rw-r--r--074print-int-decimal.subx.html38875log stats plain blame
-rw-r--r--075array-equal.subx.html92829log stats plain blame
-rw-r--r--076zero-out.subx.html13082log stats plain blame
d---------apps455log stats plain
-rw-r--r--control0.png363435log stats plain blame
-rw-r--r--control1.png377139log stats plain blame
-rw-r--r--encoding.png169620log stats plain blame
-rw-r--r--ex3.png185444log stats plain blame
d---------examples495log stats plain
-rw-r--r--trace.png438484log stats plain blame
' href='#n610'>610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845