Details
-
AboutMe Strong
-
SkillsC++ C C# Java Bison Flex assembly raw binary Verilog SystemVerilog VHDL BrainFuck
-
LocationUSA
Joined devRant on 4/20/2020
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
Im nervous... ahhh!!!
-
I joined when I was 13
-
@hjk101 nvm, it has no ram, and ssd
-
@hjk101 I don't use that laptop anymore but let me check.
-
@Weon oh 😅
-
@Weon u mean 0xdeadbeef constant or my loop and _start labels?
-
@RememberMe yes, I want to learn how it works before implementing it on an FPGA that I got.
-
I haven't updated my arch Linux laptop after a year. Now I wonder how many packages I have to update.
-
awkward silence...
-
Bruh, my mind started playing music and everything.
-
Web people are quite impressive. I recently had to change my mind from the old way of thinking so I moved from raw binary to assembly. Now I'm thinking about learning something else.
-
@F1973 Damn, pls no bully me next.
-
Depends on what you do.
-
Masochism
-
@neeno I'm forced to :< I don't want to void my warranty. Its a 2000 dollar laptop :<
-
@neeno I did, and it keeps crashing. :(
-
edit: you welcome
-
thanks
-
typedef struct {
unsigned char ab : 1;
unsigned char eq : 1;
unsigned char ba : 1;
unsigned char uab : 1;
unsigned char ueq : 1;
unsigned char uba : 1;
} CCR_BITFIELD; //Condition code register bitfield
typedef union {
CCR_BITFIELD bitset; //When using SPR as CCR
uint32_t value; //Normal CCR
} SPR_T; -
#define AND_ENCODING 0b00100110
#define ADD_ENCODING 0b00000101
#define ASHL_ENCODING 0b00101000
#define ASHR_ENCODING 0b00101101
#define BEQ_ENCODING 0b00110000
#define BGE_ENCODING 0b00110110
#define BGEU_ENCODING 0b00111000
#define BGT_ENCODING 0b00110011
#define BGTU_ENCODING 0b00110101
#define BLE_ENCODING 0b00110111
#define BLEU_ENCODING 0b00111001
#define BLT_ENCODING 0b00110010
#define BLTU_ENCODING 0b00110100
#define BNE_ENCODING 0b00110001
#define BRK_ENCODING 0b00110101
#define CMP_ENCODING 0b00001110
#define DEC_ENCODING 0b00001001
#define DIV_ENCODING 0b00110001
#define GSR_ENCODING 0b00001010
#define INC_ENCODING 0b00001000. -
;
-
Bruh, I did it wrong. Why I learned SystemVerilog when I could use JS instead >:( o-jf;oishd'fdp'
-
What is python?