Pyxsys / SOEN390_19

SOEN 390 minicap repository
0 stars 2 forks source link

[Task] Create assembler model #66

Closed Pyxsys closed 3 years ago

Pyxsys commented 3 years ago

Description

Create assembler model to be used in other tasks. Assembler shall be able to take a .json schedule and perform the tasks outlined in that schedule.

Proposed schedule json format:

{ [

{ "start" : 1600 "end" : 2000 "task" : "assemble BX01"
} ,

...

] }

Additional Information

Related Issues: #12, #63, #19

Pyxsys commented 3 years ago

Assembler model not found, only schedule.

Pyxsys commented 3 years ago

relevant commit: b16540a9361eed75a865e7ac4636b8f6febc539e